Class RuleArgs
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 RuleArgs : ResourceArgs
Constructors
View SourceRuleArgs()
Declaration
public RuleArgs()
Properties
View SourceMetricName
The name or description for the Amazon CloudWatch metric of this rule.
Declaration
public Input<string> MetricName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name or description of the rule.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Predicates
The objects to include in a rule (documented below).
Declaration
public InputList<RulePredicateArgs> Predicates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RulePredicateArgs> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |