Class CfnWebACLPropsMixin.ApplicationAttributeProperty
Application details defined during the web ACL creation process.
Implements
Inherited Members
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.
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.
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
Remarks
Values
Specifies the attribute value.
public string[]? Values { get; set; }
Property Value
string[]