Class CfnWebACLProps
Properties for defining a AWS::WAFRegional::WebACL
.
Inheritance
System.Object
CfnWebACLProps
Implements
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 |
|
MetricName |
|
Name |
|
Rules |
|
Constructors
CfnWebACLProps()
public CfnWebACLProps()
Properties
DefaultAction
AWS::WAFRegional::WebACL.DefaultAction
.
public object DefaultAction { get; set; }
Property Value
System.Object
Remarks
MetricName
AWS::WAFRegional::WebACL.MetricName
.
public string MetricName { get; set; }
Property Value
System.String
Remarks
Name
AWS::WAFRegional::WebACL.Name
.
public string Name { get; set; }
Property Value
System.String
Remarks
Rules
AWS::WAFRegional::WebACL.Rules
.
public object Rules { get; set; }
Property Value
System.Object