interface LabelProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFv2.CfnWebACL.LabelProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnWebACL_LabelProperty |
![]() | software.amazon.awscdk.services.wafv2.CfnWebACL.LabelProperty |
![]() | aws_cdk.aws_wafv2.CfnWebACL.LabelProperty |
![]() | aws-cdk-lib » aws_wafv2 » CfnWebACL » LabelProperty |
A single label container.
This is used as an element of a label array in RuleLabels
inside a rule.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-label.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wafv2 as wafv2 } from 'aws-cdk-lib';
const labelProperty: wafv2.CfnWebACL.LabelProperty = {
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The label string. |
name
Type:
string
The label string.