- Navigation Guide
@aws-sdk/client-location
TagResourceCommandInput Interface
The input for TagResourceCommand.
Members
Name | Type | Details |
---|---|---|
ResourceArn Required | string | undefined | The Amazon Resource Name (ARN) of the resource whose tags you want to update.
|
Tags Required | Record<string, string> | undefined | Applies one or more tags to specific resource. A tag is a key-value pair that helps you manage, identify, search, and filter your resources. Format: Restrictions:
|
Full Signature
export interface TagResourceCommandInput extends TagResourceRequest