interface TagsItemsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnChangeSet.TagsItemsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2#CfnChangeSet_TagsItemsProperty |
Java | software.amazon.awscdk.CfnChangeSet.TagsItemsProperty |
Python | aws_cdk.CfnChangeSet.TagsItemsProperty |
TypeScript | aws-cdk-lib » CfnChangeSet » TagsItemsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const tagsItemsProperty: cdk.CfnChangeSet.TagsItemsProperty = {
key: 'key',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| key | string | |
| value | string |
key
Type:
string
value
Type:
string

.NET
Go
Java
Python
TypeScript