Show / Hide Table of Contents

Class WebAclState

Inheritance
System.Object
InputArgs
ResourceArgs
WebAclState
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 WebAclState : ResourceArgs

Constructors

View Source

WebAclState()

Declaration
public WebAclState()

Properties

View Source

Arn

The ARN of the WAF WebACL.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
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<WebAclDefaultActionGetArgs> DefaultAction { get; set; }
Property Value
Type Description
Input<WebAclDefaultActionGetArgs>
View Source

LoggingConfiguration

Configuration block to enable WAF logging. Detailed below.

Declaration
public Input<WebAclLoggingConfigurationGetArgs> LoggingConfiguration { get; set; }
Property Value
Type Description
Input<WebAclLoggingConfigurationGetArgs>
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<WebAclRuleGetArgs> Rules { get; set; }
Property Value
Type Description
InputList<WebAclRuleGetArgs>
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.