Show / Hide Table of Contents

Class WebAclArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WebAclArgs
Inherited Members
ResourceArgs.Empty
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 WebAclArgs : ResourceArgs

Constructors

View Source

WebAclArgs()

Declaration
public WebAclArgs()

Properties

View Source

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<WebAclDefaultActionArgs> DefaultAction { get; set; }
Property Value
Type Description
Input<WebAclDefaultActionArgs>
View Source

LoggingConfiguration

Configuration block to enable WAF logging. Detailed below.

Declaration
public Input<WebAclLoggingConfigurationArgs> LoggingConfiguration { get; set; }
Property Value
Type Description
Input<WebAclLoggingConfigurationArgs>
View Source

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>
View Source

Name

The name or description of the web ACL.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Rules

Configuration blocks containing rules to associate with the web ACL and the settings for each rule. Detailed below.

Declaration
public InputList<WebAclRuleArgs> Rules { get; set; }
Property Value
Type Description
InputList<WebAclRuleArgs>
View Source

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.