Show / Hide Table of Contents

Class CfnWebACLPropsMixin.ApplicationAttributeProperty

Application details defined during the web ACL creation process.

Inheritance
object
CfnWebACLPropsMixin.ApplicationAttributeProperty
Implements
CfnWebACLPropsMixin.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.CfnPropertyMixins.AWS.WAFv2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnWebACLPropsMixin.ApplicationAttributeProperty : CfnWebACLPropsMixin.IApplicationAttributeProperty
Syntax (vb)
Public Class CfnWebACLPropsMixin.ApplicationAttributeProperty Implements CfnWebACLPropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.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

CfnWebACLPropsMixin.IApplicationAttributeProperty
Back to top Generated by DocFX