Show / Hide Table of Contents

Interface CfnWebACL.IApplicationAttributeProperty

Application details defined during the web ACL creation process.

Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebACL.IApplicationAttributeProperty
Syntax (vb)
Public Interface CfnWebACL.IApplicationAttributeProperty
Remarks

Application attributes help AWS WAF give recommendations for protection packs.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-applicationattribute.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.WAFv2;

             var applicationAttributeProperty = new ApplicationAttributeProperty {
                 Name = "name",
                 Values = new [] { "values" }
             };

Synopsis

Properties

Name

Specifies the attribute name.

Values

Specifies the attribute value.

Properties

Name

Specifies the attribute name.

string Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-applicationattribute.html#cfn-wafv2-webacl-applicationattribute-name

Values

Specifies the attribute value.

string[] Values { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-applicationattribute.html#cfn-wafv2-webacl-applicationattribute-values

Back to top Generated by DocFX