Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type ActivatedRule struct + Action *ActivatedRuleAction + Priority terra.NumberValue + RuleId terra.StringValue + Type terra.StringValue + type ActivatedRuleAction struct + Type terra.StringValue + type ActivatedRuleActionAttributes struct + func (a ActivatedRuleActionAttributes) InternalRef() (terra.Reference, error) + func (a ActivatedRuleActionAttributes) InternalTokens() (hclwrite.Tokens, error) + func (a ActivatedRuleActionAttributes) InternalWithRef(ref terra.Reference) ActivatedRuleActionAttributes + func (a ActivatedRuleActionAttributes) Type() terra.StringValue + type ActivatedRuleActionState struct + Type string + type ActivatedRuleAttributes struct + func (ar ActivatedRuleAttributes) Action() terra.ListValue[ActivatedRuleActionAttributes] + func (ar ActivatedRuleAttributes) InternalRef() (terra.Reference, error) + func (ar ActivatedRuleAttributes) InternalTokens() (hclwrite.Tokens, error) + func (ar ActivatedRuleAttributes) InternalWithRef(ref terra.Reference) ActivatedRuleAttributes + func (ar ActivatedRuleAttributes) Priority() terra.NumberValue + func (ar ActivatedRuleAttributes) RuleId() terra.StringValue + func (ar ActivatedRuleAttributes) Type() terra.StringValue + type ActivatedRuleState struct + Action []ActivatedRuleActionState + Priority float64 + RuleId string + Type string + type Args struct + ActivatedRule []ActivatedRule + Id terra.StringValue + MetricName terra.StringValue + Name terra.StringValue + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (awrg *Resource) Attributes() awsWafRuleGroupAttributes + func (awrg *Resource) Configuration() interface{} + func (awrg *Resource) DependOn() terra.Reference + func (awrg *Resource) Dependencies() terra.Dependencies + func (awrg *Resource) ImportState(state io.Reader) error + func (awrg *Resource) LifecycleManagement() *terra.Lifecycle + func (awrg *Resource) LocalName() string + func (awrg *Resource) State() (*awsWafRuleGroupState, bool) + func (awrg *Resource) StateMust() *awsWafRuleGroupState + func (awrg *Resource) Type() string