interface TagEntryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Events.CfnEventBus.TagEntryProperty |
![]() | software.amazon.awscdk.services.events.CfnEventBus.TagEntryProperty |
![]() | aws_cdk.aws_events.CfnEventBus.TagEntryProperty |
![]() | @aws-cdk/aws-events » CfnEventBus » TagEntryProperty |
A key-value pair associated with an AWS resource.
In EventBridge, rules and event buses support tagging.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as events from '@aws-cdk/aws-events';
const tagEntryProperty: events.CfnEventBus.TagEntryProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | A string you can use to assign a value. |
value | string | The value for the specified tag key. |
key
Type:
string
A string you can use to assign a value.
The combination of tag keys and values can help you organize and categorize your resources.
value
Type:
string
The value for the specified tag key.