- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@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 Required | string | undefined | The key of a tag. |
value | string | undefined | The value of a tag. |
Full Signature
export interface ResourceTag