aws-cdk-lib.aws_eventschemas.CfnRegistry.TagsEntryProperty

interface TagsEntryProperty

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

Tags to associate with the schema registry.

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.CfnRegistry.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.