The input for TagResourceCommand.

interface TagResourceCommandInput {
    ResourceARN: undefined | string;
    Tags: undefined | Record<string, string>;
}

Hierarchy (view full)

Properties

Properties

ResourceARN: undefined | string

The Amazon Resource Name (ARN) that specifies the resource to be tagged.

Tags: undefined | Record<string, string>

A set of tags (key-value pairs) that you want to assign to the resource.