Documentation ¶
Index ¶
- type Criteria
- type CriteriaAttributes
- func (c CriteriaAttributes) Dimension() terra.SetValue[DimensionAttributes]
- func (c CriteriaAttributes) InternalRef() (terra.Reference, error)
- func (c CriteriaAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c CriteriaAttributes) InternalWithRef(ref terra.Reference) CriteriaAttributes
- func (c CriteriaAttributes) MetricName() terra.StringValue
- type CriteriaState
- type Dimension
- type DimensionAttributes
- func (d DimensionAttributes) InternalRef() (terra.Reference, error)
- func (d DimensionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d DimensionAttributes) InternalWithRef(ref terra.Reference) DimensionAttributes
- func (d DimensionAttributes) Name() terra.StringValue
- func (d DimensionAttributes) Operator() terra.StringValue
- func (d DimensionAttributes) Values() terra.ListValue[terra.StringValue]
- type DimensionState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Criteria ¶
type Criteria struct { // Dimension: min=0 Dimension []Dimension `hcl:"dimension,block" validate:"min=0"` }
type CriteriaAttributes ¶
type CriteriaAttributes struct {
// contains filtered or unexported fields
}
func (CriteriaAttributes) Dimension ¶
func (c CriteriaAttributes) Dimension() terra.SetValue[DimensionAttributes]
func (CriteriaAttributes) InternalRef ¶
func (c CriteriaAttributes) InternalRef() (terra.Reference, error)
func (CriteriaAttributes) InternalTokens ¶
func (c CriteriaAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CriteriaAttributes) InternalWithRef ¶
func (c CriteriaAttributes) InternalWithRef(ref terra.Reference) CriteriaAttributes
func (CriteriaAttributes) MetricName ¶
func (c CriteriaAttributes) MetricName() terra.StringValue
type CriteriaState ¶
type CriteriaState struct { MetricName string `json:"metric_name"` Dimension []DimensionState `json:"dimension"` }
type DimensionAttributes ¶
type DimensionAttributes struct {
// contains filtered or unexported fields
}
func (DimensionAttributes) InternalRef ¶
func (d DimensionAttributes) InternalRef() (terra.Reference, error)
func (DimensionAttributes) InternalTokens ¶
func (d DimensionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DimensionAttributes) InternalWithRef ¶
func (d DimensionAttributes) InternalWithRef(ref terra.Reference) DimensionAttributes
func (DimensionAttributes) Name ¶
func (d DimensionAttributes) Name() terra.StringValue
func (DimensionAttributes) Operator ¶
func (d DimensionAttributes) Operator() terra.StringValue
func (DimensionAttributes) Values ¶
func (d DimensionAttributes) Values() terra.ListValue[terra.StringValue]
type DimensionState ¶
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.