Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface UntagResourceCommandInputProtected

The input for UntagResourceCommand.

Hierarchy

Properties

Properties

Resource: undefined | string

The Amazon Resource Name (ARN) for the container.

TagKeys: undefined | string[]

A comma-separated list of keys for tags that you want to remove from the container. For example, if your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the tags (priority:High), you specify the key for the tag that you want to remove (priority).