interface TagsEntryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EventSchemas.CfnDiscoverer.TagsEntryProperty |
![]() | software.amazon.awscdk.services.eventschemas.CfnDiscoverer.TagsEntryProperty |
![]() | aws_cdk.aws_eventschemas.CfnDiscoverer.TagsEntryProperty |
![]() | @aws-cdk/aws-eventschemas » CfnDiscoverer » TagsEntryProperty |
Tags to associate with the discoverer.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as eventschemas from '@aws-cdk/aws-eventschemas';
const tagsEntryProperty: eventschemas.CfnDiscoverer.TagsEntryProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | They key of a key-value pair. |
value | string | They 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.