Class RuleGroupState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.WafRegional
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RuleGroupState : ResourceArgs
Constructors
View SourceRuleGroupState()
Declaration
public RuleGroupState()
Properties
View SourceActivatedRules
A list of activated rules, see below
Declaration
public InputList<RuleGroupActivatedRuleGetArgs> ActivatedRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RuleGroupActivatedRuleGetArgs> |
Arn
The ARN of the WAF Regional Rule Group.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MetricName
A friendly name for the metrics from the rule group
Declaration
public Input<string> MetricName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A friendly name of the rule group
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |