interface TagsEntryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EventSchemas.CfnRegistry.TagsEntryProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awseventschemas#CfnRegistry_TagsEntryProperty |
![]() | software.amazon.awscdk.services.eventschemas.CfnRegistry.TagsEntryProperty |
![]() | aws_cdk.aws_eventschemas.CfnRegistry.TagsEntryProperty |
![]() | 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
Name | Type | Description |
---|---|---|
key | string | The key of a key-value pair. |
value | string | The value of a key-value pair. |
key
Type:
string
The key of a key-value pair.
value
Type:
string
The value of a key-value pair.