Class WebAclArgs
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 WebAclArgs : ResourceArgs
Constructors
View SourceWebAclArgs()
Declaration
public WebAclArgs()
Properties
View SourceDefaultAction
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<WebAclDefaultActionArgs> DefaultAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WebAclDefaultActionArgs> |
LoggingConfiguration
Configuration block to enable WAF logging. Detailed below.
Declaration
public Input<WebAclLoggingConfigurationArgs> LoggingConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WebAclLoggingConfigurationArgs> |
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<WebAclRuleArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<WebAclRuleArgs> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |