Queries tag keys.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. | TGlzdFJlc291cm**** |
MaxResults | integer | No | The maximum number of entries to return for a single request. Valid values: 1 to 100. Default value: 10. | 10 |
ResourceType | string | Yes | The resource type. The value Account indicates the members of the resource directory. | Account |
KeyFilter | string | No | The tag key for a fuzzy query. | team |
Response parameters
Examples
Sample success responses
JSON
format
{
"NextToken": "TGlzdFJlc291cm****",
"RequestId": "DC09A6AA-2713-4E10-A2E9-E6C5C43A8842",
"Tags": [
{
"Key": "team"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history