Documentation ¶
Index ¶
- type Args
- type ByteMatchTuples
- type ByteMatchTuplesAttributes
- func (bmt ByteMatchTuplesAttributes) FieldToMatch() terra.ListValue[ByteMatchTuplesFieldToMatchAttributes]
- func (bmt ByteMatchTuplesAttributes) InternalRef() (terra.Reference, error)
- func (bmt ByteMatchTuplesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bmt ByteMatchTuplesAttributes) InternalWithRef(ref terra.Reference) ByteMatchTuplesAttributes
- func (bmt ByteMatchTuplesAttributes) PositionalConstraint() terra.StringValue
- func (bmt ByteMatchTuplesAttributes) TargetString() terra.StringValue
- func (bmt ByteMatchTuplesAttributes) TextTransformation() terra.StringValue
- type ByteMatchTuplesFieldToMatch
- type ByteMatchTuplesFieldToMatchAttributes
- func (ftm ByteMatchTuplesFieldToMatchAttributes) Data() terra.StringValue
- func (ftm ByteMatchTuplesFieldToMatchAttributes) InternalRef() (terra.Reference, error)
- func (ftm ByteMatchTuplesFieldToMatchAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ftm ByteMatchTuplesFieldToMatchAttributes) InternalWithRef(ref terra.Reference) ByteMatchTuplesFieldToMatchAttributes
- func (ftm ByteMatchTuplesFieldToMatchAttributes) Type() terra.StringValue
- type ByteMatchTuplesFieldToMatchState
- type ByteMatchTuplesState
- type Resource
- func (awbms *Resource) Attributes() awsWafregionalByteMatchSetAttributes
- func (awbms *Resource) Configuration() interface{}
- func (awbms *Resource) DependOn() terra.Reference
- func (awbms *Resource) Dependencies() terra.Dependencies
- func (awbms *Resource) ImportState(state io.Reader) error
- func (awbms *Resource) LifecycleManagement() *terra.Lifecycle
- func (awbms *Resource) LocalName() string
- func (awbms *Resource) State() (*awsWafregionalByteMatchSetState, bool)
- func (awbms *Resource) StateMust() *awsWafregionalByteMatchSetState
- func (awbms *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"` // ByteMatchTuples: min=0 ByteMatchTuples []ByteMatchTuples `hcl:"byte_match_tuples,block" validate:"min=0"` }
Args contains the configurations for aws_wafregional_byte_match_set.
type ByteMatchTuples ¶
type ByteMatchTuples struct { // PositionalConstraint: string, required PositionalConstraint terra.StringValue `hcl:"positional_constraint,attr" validate:"required"` // TargetString: string, optional TargetString terra.StringValue `hcl:"target_string,attr"` // TextTransformation: string, required TextTransformation terra.StringValue `hcl:"text_transformation,attr" validate:"required"` // ByteMatchTuplesFieldToMatch: required FieldToMatch *ByteMatchTuplesFieldToMatch `hcl:"field_to_match,block" validate:"required"` }
type ByteMatchTuplesAttributes ¶
type ByteMatchTuplesAttributes struct {
// contains filtered or unexported fields
}
func (ByteMatchTuplesAttributes) FieldToMatch ¶
func (bmt ByteMatchTuplesAttributes) FieldToMatch() terra.ListValue[ByteMatchTuplesFieldToMatchAttributes]
func (ByteMatchTuplesAttributes) InternalRef ¶
func (bmt ByteMatchTuplesAttributes) InternalRef() (terra.Reference, error)
func (ByteMatchTuplesAttributes) InternalTokens ¶
func (bmt ByteMatchTuplesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ByteMatchTuplesAttributes) InternalWithRef ¶
func (bmt ByteMatchTuplesAttributes) InternalWithRef(ref terra.Reference) ByteMatchTuplesAttributes
func (ByteMatchTuplesAttributes) PositionalConstraint ¶
func (bmt ByteMatchTuplesAttributes) PositionalConstraint() terra.StringValue
func (ByteMatchTuplesAttributes) TargetString ¶
func (bmt ByteMatchTuplesAttributes) TargetString() terra.StringValue
func (ByteMatchTuplesAttributes) TextTransformation ¶
func (bmt ByteMatchTuplesAttributes) TextTransformation() terra.StringValue
type ByteMatchTuplesFieldToMatch ¶
type ByteMatchTuplesFieldToMatch struct { // Data: string, optional Data terra.StringValue `hcl:"data,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type ByteMatchTuplesFieldToMatchAttributes ¶
type ByteMatchTuplesFieldToMatchAttributes struct {
// contains filtered or unexported fields
}
func (ByteMatchTuplesFieldToMatchAttributes) Data ¶
func (ftm ByteMatchTuplesFieldToMatchAttributes) Data() terra.StringValue
func (ByteMatchTuplesFieldToMatchAttributes) InternalRef ¶
func (ftm ByteMatchTuplesFieldToMatchAttributes) InternalRef() (terra.Reference, error)
func (ByteMatchTuplesFieldToMatchAttributes) InternalTokens ¶
func (ftm ByteMatchTuplesFieldToMatchAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ByteMatchTuplesFieldToMatchAttributes) InternalWithRef ¶
func (ftm ByteMatchTuplesFieldToMatchAttributes) InternalWithRef(ref terra.Reference) ByteMatchTuplesFieldToMatchAttributes
func (ByteMatchTuplesFieldToMatchAttributes) Type ¶
func (ftm ByteMatchTuplesFieldToMatchAttributes) Type() terra.StringValue
type ByteMatchTuplesState ¶
type ByteMatchTuplesState struct { PositionalConstraint string `json:"positional_constraint"` TargetString string `json:"target_string"` TextTransformation string `json:"text_transformation"` FieldToMatch []ByteMatchTuplesFieldToMatchState `json:"field_to_match"` }
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_wafregional_byte_match_set.
func (*Resource) Attributes ¶
func (awbms *Resource) Attributes() awsWafregionalByteMatchSetAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (awbms *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (awbms *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.