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 + RegexMatchTuple []RegexMatchTuple + type RegexMatchTuple struct + FieldToMatch *RegexMatchTupleFieldToMatch + RegexPatternSetId terra.StringValue + TextTransformation terra.StringValue + type RegexMatchTupleAttributes struct + func (rmt RegexMatchTupleAttributes) FieldToMatch() terra.ListValue[RegexMatchTupleFieldToMatchAttributes] + func (rmt RegexMatchTupleAttributes) InternalRef() (terra.Reference, error) + func (rmt RegexMatchTupleAttributes) InternalTokens() (hclwrite.Tokens, error) + func (rmt RegexMatchTupleAttributes) InternalWithRef(ref terra.Reference) RegexMatchTupleAttributes + func (rmt RegexMatchTupleAttributes) RegexPatternSetId() terra.StringValue + func (rmt RegexMatchTupleAttributes) TextTransformation() terra.StringValue + type RegexMatchTupleFieldToMatch struct + Data terra.StringValue + Type terra.StringValue + type RegexMatchTupleFieldToMatchAttributes struct + func (ftm RegexMatchTupleFieldToMatchAttributes) Data() terra.StringValue + func (ftm RegexMatchTupleFieldToMatchAttributes) InternalRef() (terra.Reference, error) + func (ftm RegexMatchTupleFieldToMatchAttributes) InternalTokens() (hclwrite.Tokens, error) + func (ftm RegexMatchTupleFieldToMatchAttributes) InternalWithRef(ref terra.Reference) RegexMatchTupleFieldToMatchAttributes + func (ftm RegexMatchTupleFieldToMatchAttributes) Type() terra.StringValue + type RegexMatchTupleFieldToMatchState struct + Data string + Type string + type RegexMatchTupleState struct + FieldToMatch []RegexMatchTupleFieldToMatchState + RegexPatternSetId string + TextTransformation string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (awrms *Resource) Attributes() awsWafRegexMatchSetAttributes + func (awrms *Resource) Configuration() interface{} + func (awrms *Resource) DependOn() terra.Reference + func (awrms *Resource) Dependencies() terra.Dependencies + func (awrms *Resource) ImportState(state io.Reader) error + func (awrms *Resource) LifecycleManagement() *terra.Lifecycle + func (awrms *Resource) LocalName() string + func (awrms *Resource) State() (*awsWafRegexMatchSetState, bool) + func (awrms *Resource) StateMust() *awsWafRegexMatchSetState + func (awrms *Resource) Type() string