aws-cdk-lib.aws_events.CfnEventBus.TagEntryProperty
interface TagEntryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Events.CfnEventBus.TagEntryProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsevents#CfnEventBus_TagEntryProperty |
![]() | software.amazon.awscdk.services.events.CfnEventBus.TagEntryProperty |
![]() | aws_cdk.aws_events.CfnEventBus.TagEntryProperty |
![]() | aws-cdk-lib » 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 { aws_events as events } from 'aws-cdk-lib';
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.