interface LabelSummaryProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.WAFv2.Mixins.CfnRuleGroupPropsMixin.LabelSummaryProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awswafv2/mixins#CfnRuleGroupPropsMixin_LabelSummaryProperty |
Java | software.amazon.awscdk.mixins.preview.services.wafv2.mixins.CfnRuleGroupPropsMixin.LabelSummaryProperty |
Python | aws_cdk.mixins_preview.aws_wafv2.mixins.CfnRuleGroupPropsMixin.LabelSummaryProperty |
TypeScript | @aws-cdk/mixins-preview » aws_wafv2 » mixins » CfnRuleGroupPropsMixin » LabelSummaryProperty |
List of labels used by one or more of the rules of a RuleGroup .
This summary object is used for the following rule group lists:
AvailableLabels- Labels that rules add to matching requests. These labels are defined in theRuleLabelsfor a rule.ConsumedLabels- Labels that rules match against. These labels are defined in aLabelMatchStatementspecification, in theStatementdefinition of a rule.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as wafv2_mixins } from '@aws-cdk/mixins-preview/aws-wafv2';
const labelSummaryProperty: wafv2_mixins.CfnRuleGroupPropsMixin.LabelSummaryProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | An individual label specification. |
name?
Type:
string
(optional)
An individual label specification.

.NET
Go
Java
Python
TypeScript