Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Id terra.StringValue + Name terra.StringValue + XssMatchTuple []XssMatchTuple + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (awxms *Resource) Attributes() awsWafregionalXssMatchSetAttributes + func (awxms *Resource) Configuration() interface{} + func (awxms *Resource) DependOn() terra.Reference + func (awxms *Resource) Dependencies() terra.Dependencies + func (awxms *Resource) ImportState(state io.Reader) error + func (awxms *Resource) LifecycleManagement() *terra.Lifecycle + func (awxms *Resource) LocalName() string + func (awxms *Resource) State() (*awsWafregionalXssMatchSetState, bool) + func (awxms *Resource) StateMust() *awsWafregionalXssMatchSetState + func (awxms *Resource) Type() string + type XssMatchTuple struct + FieldToMatch *XssMatchTupleFieldToMatch + TextTransformation terra.StringValue + type XssMatchTupleAttributes struct + func (xmt XssMatchTupleAttributes) FieldToMatch() terra.ListValue[XssMatchTupleFieldToMatchAttributes] + func (xmt XssMatchTupleAttributes) InternalRef() (terra.Reference, error) + func (xmt XssMatchTupleAttributes) InternalTokens() (hclwrite.Tokens, error) + func (xmt XssMatchTupleAttributes) InternalWithRef(ref terra.Reference) XssMatchTupleAttributes + func (xmt XssMatchTupleAttributes) TextTransformation() terra.StringValue + type XssMatchTupleFieldToMatch struct + Data terra.StringValue + Type terra.StringValue + type XssMatchTupleFieldToMatchAttributes struct + func (ftm XssMatchTupleFieldToMatchAttributes) Data() terra.StringValue + func (ftm XssMatchTupleFieldToMatchAttributes) InternalRef() (terra.Reference, error) + func (ftm XssMatchTupleFieldToMatchAttributes) InternalTokens() (hclwrite.Tokens, error) + func (ftm XssMatchTupleFieldToMatchAttributes) InternalWithRef(ref terra.Reference) XssMatchTupleFieldToMatchAttributes + func (ftm XssMatchTupleFieldToMatchAttributes) Type() terra.StringValue + type XssMatchTupleFieldToMatchState struct + Data string + Type string + type XssMatchTupleState struct + FieldToMatch []XssMatchTupleFieldToMatchState + TextTransformation string