paws.management (version 0.1.0)

resourcegroupstaggingapi_get_tag_values: Returns all tag values for the specified key in the specified region for the AWS account

Description

Returns all tag values for the specified key in the specified region for the AWS account.

Usage

resourcegroupstaggingapi_get_tag_values(PaginationToken, Key)

Arguments

PaginationToken

A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.

Key

[required] The key for which you want to list all existing values in the specified region for the AWS account.

Request syntax

svc$get_tag_values(
  PaginationToken = "string",
  Key = "string"
)