Documentation ¶
Index ¶
- type Condition
- type ConditionAttributes
- func (c ConditionAttributes) InternalRef() (terra.Reference, error)
- func (c ConditionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c ConditionAttributes) InternalWithRef(ref terra.Reference) ConditionAttributes
- func (c ConditionAttributes) Key() terra.StringValue
- func (c ConditionAttributes) Type() terra.StringValue
- func (c ConditionAttributes) Value() terra.StringValue
- type ConditionState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Condition ¶
type Condition struct { // Key: string, required Key terra.StringValue `hcl:"key,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // Value: string, required Value terra.StringValue `hcl:"value,attr" validate:"required"` }
type ConditionAttributes ¶
type ConditionAttributes struct {
// contains filtered or unexported fields
}
func (ConditionAttributes) InternalRef ¶
func (c ConditionAttributes) InternalRef() (terra.Reference, error)
func (ConditionAttributes) InternalTokens ¶
func (c ConditionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConditionAttributes) InternalWithRef ¶
func (c ConditionAttributes) InternalWithRef(ref terra.Reference) ConditionAttributes
func (ConditionAttributes) Key ¶
func (c ConditionAttributes) Key() terra.StringValue
func (ConditionAttributes) Type ¶
func (c ConditionAttributes) Type() terra.StringValue
func (ConditionAttributes) Value ¶
func (c ConditionAttributes) Value() terra.StringValue
type ConditionState ¶
Click to show internal directories.
Click to hide internal directories.