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.
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; }