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 TagResourceRequest

Hierarchy

Properties

Properties

ResourceArn: undefined | string

The ARN of the resource for which to retrieve tags.

Tags: undefined | Record<string, string>

The key-value string map. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.