aws-cdk-lib.aws_stepfunctions.CfnActivity.TagsEntryProperty

interface TagsEntryProperty

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.CfnActivity.TagsEntryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctions#CfnActivity_TagsEntryProperty
Javasoftware.amazon.awscdk.services.stepfunctions.CfnActivity.TagsEntryProperty
Pythonaws_cdk.aws_stepfunctions.CfnActivity.TagsEntryProperty
TypeScript aws-cdk-lib » aws_stepfunctions » CfnActivity » TagsEntryProperty

The TagsEntry property specifies tags to identify an activity.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_stepfunctions as stepfunctions } from 'aws-cdk-lib';
const tagsEntryProperty: stepfunctions.CfnActivity.TagsEntryProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringThe key for a key-value pair in a tag entry.
valuestringThe value for a key-value pair in a tag entry.

key

Type: string

The key for a key-value pair in a tag entry.


value

Type: string

The value for a key-value pair in a tag entry.