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.Waf
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebAclState : ResourceArgs
Constructors
View SourceWebAclState()
Declaration
public WebAclState()
Properties
View SourceArn
The ARN of the WAF WebACL.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultAction
Configuration block with action that you want AWS WAF to take when a request doesn't match the criteria in any of the rules that are associated with the web ACL. Detailed below.
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
Configuration blocks containing rules to associate with the web ACL and the settings for each rule. 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> |