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