interface TagResourceRequest {
    ResourceArn: undefined | string;
    Tags: undefined | Record<string, string>;
}

Hierarchy (view full)

Properties

Properties

ResourceArn: undefined | string

Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to assign the tags to.

Tags: undefined | Record<string, string>

The key-value tags to assign to the resource.