Documentation ¶
Index ¶
- type Args
- 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
- type Resource
- func (awgms *Resource) Attributes() awsWafGeoMatchSetAttributes
- func (awgms *Resource) Configuration() interface{}
- func (awgms *Resource) DependOn() terra.Reference
- func (awgms *Resource) Dependencies() terra.Dependencies
- func (awgms *Resource) ImportState(state io.Reader) error
- func (awgms *Resource) LifecycleManagement() *terra.Lifecycle
- func (awgms *Resource) LocalName() string
- func (awgms *Resource) State() (*awsWafGeoMatchSetState, bool)
- func (awgms *Resource) StateMust() *awsWafGeoMatchSetState
- func (awgms *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // GeoMatchConstraint: min=0 GeoMatchConstraint []GeoMatchConstraint `hcl:"geo_match_constraint,block" validate:"min=0"` }
Args contains the configurations for aws_waf_geo_match_set.
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 ¶
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_waf_geo_match_set.
func (*Resource) Attributes ¶
func (awgms *Resource) Attributes() awsWafGeoMatchSetAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (awgms *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (awgms *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.