interface TagsEntryProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AmazonMQ.CfnConfiguration.TagsEntryProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsamazonmq#CfnConfiguration_TagsEntryProperty |
Java | software.amazon.awscdk.services.amazonmq.CfnConfiguration.TagsEntryProperty |
Python | aws_cdk.aws_amazonmq.CfnConfiguration.TagsEntryProperty |
TypeScript | aws-cdk-lib » aws_amazonmq » CfnConfiguration » TagsEntryProperty |
The list of all tags associated with this configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_amazonmq as amazonmq } from 'aws-cdk-lib';
const tagsEntryProperty: amazonmq.CfnConfiguration.TagsEntryProperty = {
key: 'key',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| key | string | |
| value | string |
key
Type:
string
value
Type:
string

.NET
Go
Java
Python
TypeScript