aws-cdk-lib.aws_appconfig.CfnDeploymentStrategy.TagsProperty

interface TagsProperty

LanguageType name
.NETAmazon.CDK.AWS.AppConfig.CfnDeploymentStrategy.TagsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappconfig#CfnDeploymentStrategy_TagsProperty
Javasoftware.amazon.awscdk.services.appconfig.CfnDeploymentStrategy.TagsProperty
Pythonaws_cdk.aws_appconfig.CfnDeploymentStrategy.TagsProperty
TypeScript aws-cdk-lib » aws_appconfig » CfnDeploymentStrategy » TagsProperty

Metadata to assign to the deployment strategy.

Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appconfig as appconfig } from 'aws-cdk-lib';
const tagsProperty: appconfig.CfnDeploymentStrategy.TagsProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
key?stringThe key-value string map.
value?stringThe tag value can be up to 256 characters.

key?

Type: string (optional)

The key-value string map.

The valid character set is [a-zA-Z+-=._:/] . The tag key can be up to 128 characters and must not start with aws: .


value?

Type: string (optional)

The tag value can be up to 256 characters.