interface LabelProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.WAFv2.CfnRuleGroup.LabelProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnRuleGroup_LabelProperty |
Java | software.amazon.awscdk.services.wafv2.CfnRuleGroup.LabelProperty |
Python | aws_cdk.aws_wafv2.CfnRuleGroup.LabelProperty |
TypeScript | aws-cdk-lib » aws_wafv2 » CfnRuleGroup » LabelProperty |
A single label container.
This is used as an element of a label array in RuleLabels
inside a rule.
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.CfnRuleGroup.LabelProperty = {
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The label string. |
name
Type:
string
The label string.