@aws-sdk/client-swf

ResourceTag Interface

Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - .

Members

Name
Type
Details
key Requiredstring | undefined

The key of a tag.

value string | undefined

The value of a tag.

Full Signature

export interface ResourceTag