aws-cdk-lib.aws_eventschemas.CfnSchema.TagsEntryProperty

interface TagsEntryProperty

LanguageType name
.NETAmazon.CDK.AWS.EventSchemas.CfnSchema.TagsEntryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awseventschemas#CfnSchema_TagsEntryProperty
Javasoftware.amazon.awscdk.services.eventschemas.CfnSchema.TagsEntryProperty
Pythonaws_cdk.aws_eventschemas.CfnSchema.TagsEntryProperty
TypeScript aws-cdk-lib » aws_eventschemas » CfnSchema » TagsEntryProperty

Tags to associate with the schema.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_eventschemas as eventschemas } from 'aws-cdk-lib';
const tagsEntryProperty: eventschemas.CfnSchema.TagsEntryProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringThey key of a key-value pair.
valuestringThey value of a key-value pair.

key

Type: string

They key of a key-value pair.


value

Type: string

They value of a key-value pair.