Class WebAclState
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 WebAclState : ResourceArgs
Constructors
View SourceWebAclState()
Declaration
public WebAclState()
Properties
View SourceArn
Amazon Resource Name (ARN) of the WAF Regional WebACL.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultAction
The action that you want AWS WAF Regional to take when a request doesn't match the criteria in any of the rules that are associated with the web ACL.
Declaration
public Input<WebAclDefaultActionGetArgs> DefaultAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WebAclDefaultActionGetArgs> |
LoggingConfiguration
Configuration block to enable WAF logging. Detailed below.
Declaration
public Input<WebAclLoggingConfigurationGetArgs> LoggingConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WebAclLoggingConfigurationGetArgs> |
MetricName
The name or description for the Amazon CloudWatch metric of this web ACL.
Declaration
public Input<string> MetricName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name or description of the web ACL.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Rules
Set of configuration blocks containing rules for the web ACL. Detailed below.
Declaration
public InputList<WebAclRuleGetArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<WebAclRuleGetArgs> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |