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 ListTagsForResourceInput

Hierarchy

Properties

maxResults?: number

The maximum number of results to return in a single call.

nextToken?: string

The token that was returned from the previous API call, which would be used to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.

resourceArn: undefined | string

The Amazon Resource Name (ARN) of the resource to get tags for.