Show / Hide Table of Contents

Class CfnWebACLProps

Properties for defining a AWS::WAFRegional::WebACL.

Inheritance
System.Object
CfnWebACLProps
Implements
ICfnWebACLProps
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.AWS.WAFRegional.dll
Syntax (csharp)
public class CfnWebACLProps : Object, ICfnWebACLProps
Syntax (vb)
Public Class CfnWebACLProps
    Inherits Object
    Implements ICfnWebACLProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html

Synopsis

Constructors

CfnWebACLProps()

Properties

DefaultAction

AWS::WAFRegional::WebACL.DefaultAction.

MetricName

AWS::WAFRegional::WebACL.MetricName.

Name

AWS::WAFRegional::WebACL.Name.

Rules

AWS::WAFRegional::WebACL.Rules.

Constructors

CfnWebACLProps()

public CfnWebACLProps()

Properties

DefaultAction

AWS::WAFRegional::WebACL.DefaultAction.

public object DefaultAction { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-defaultaction

MetricName

AWS::WAFRegional::WebACL.MetricName.

public string MetricName { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-metricname

Name

AWS::WAFRegional::WebACL.Name.

public string Name { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-name

Rules

AWS::WAFRegional::WebACL.Rules.

public object Rules { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webacl.html#cfn-wafregional-webacl-rules

Implements

ICfnWebACLProps
Back to top Generated by DocFX