aws-cdk-lib.aws_amazonmq.CfnBroker.TagsEntryProperty

interface TagsEntryProperty

LanguageType name
.NETAmazon.CDK.AWS.AmazonMQ.CfnBroker.TagsEntryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsamazonmq#CfnBroker_TagsEntryProperty
Javasoftware.amazon.awscdk.services.amazonmq.CfnBroker.TagsEntryProperty
Pythonaws_cdk.aws_amazonmq.CfnBroker.TagsEntryProperty
TypeScript aws-cdk-lib » aws_amazonmq » CfnBroker » TagsEntryProperty

A key-value pair to associate with the broker.

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.CfnBroker.TagsEntryProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringThe key in a key-value pair.
valuestringThe value in a key-value pair.

key

Type: string

The key in a key-value pair.


value

Type: string

The value in a key-value pair.