Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-applicationconfig.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.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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-applicationconfig.html#cfn-wafv2-webacl-applicationconfig-attributes

Type union: either IResolvable or (either IResolvable or CfnWebACL.IApplicationAttributeProperty)[]

Back to top Generated by DocFX