Class CfnWebACL.ApplicationAttributeProperty
Application details defined during the web ACL creation process.
Implements
Inherited Members
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.
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.
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; }