Show / Hide Table of Contents

Class CfnWebACL.ApplicationAttributeProperty

Application details defined during the web ACL creation process.

Inheritance
object
CfnWebACL.ApplicationAttributeProperty
Implements
CfnWebACL.IApplicationAttributeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWebACL.ApplicationAttributeProperty : CfnWebACL.IApplicationAttributeProperty
Syntax (vb)
Public Class CfnWebACL.ApplicationAttributeProperty Implements 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

Constructors

ApplicationAttributeProperty()

Application details defined during the web ACL creation process.

Properties

Name

Specifies the attribute name.

Values

Specifies the attribute value.

Constructors

ApplicationAttributeProperty()

Application details defined during the web ACL creation process.

public ApplicationAttributeProperty()
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" }
             };

Properties

Name

Specifies the attribute name.

public string Name { get; set; }
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.

public string[] Values { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnWebACL.IApplicationAttributeProperty
Back to top Generated by DocFX