interface TagsEntryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EventSchemas.CfnSchema.TagsEntryProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awseventschemas#CfnSchema_TagsEntryProperty |
![]() | software.amazon.awscdk.services.eventschemas.CfnSchema.TagsEntryProperty |
![]() | aws_cdk.aws_eventschemas.CfnSchema.TagsEntryProperty |
![]() | 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
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.