Interface CfnWebACL.IApplicationConfigProperty
A list of ApplicationAttribute s that contains information about the application.
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebACL.IApplicationConfigProperty
Syntax (vb)
Public Interface CfnWebACL.IApplicationConfigProperty
Remarks
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 applicationConfigProperty = new ApplicationConfigProperty {
Attributes = new [] { new ApplicationAttributeProperty {
Name = "name",
Values = new [] { "values" }
} }
};
Synopsis
Properties
| Attributes | Contains the attribute name and a list of values for that attribute. |
Properties
Attributes
Contains the attribute name and a list of values for that attribute.
object Attributes { get; }