interface LabelNameConditionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ObservabilityAdmin.CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsobservabilityadmin#CfnOrganizationTelemetryRulePropsMixin_LabelNameConditionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty |
Python | aws_cdk.cfn_property_mixins.aws_observabilityadmin.CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_observabilityadmin » CfnOrganizationTelemetryRulePropsMixin » LabelNameConditionProperty |
Condition that matches based on WAF rule labels, with label names limited to 1024 characters.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_observabilityadmin as observabilityadmin } from '@aws-cdk/cfn-property-mixins';
const labelNameConditionProperty: observabilityadmin.CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty = {
labelName: 'labelName',
};
Properties
| Name | Type | Description |
|---|---|---|
| label | string | The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons. |
labelName?
Type:
string
(optional)
The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.

.NET
Go
Java
Python
TypeScript