Get Tags
apigateway_get_tags | R Documentation |
Gets the Tags collection for a given resource¶
Description¶
Gets the Tags collection for a given resource.
Usage¶
apigateway_get_tags(resourceArn, position, limit)
Arguments¶
resourceArn |
[required] The ARN of a resource that can be tagged. |
position |
(Not currently supported) The current pagination position in the paged result set. |
limit |
(Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$get_tags(
resourceArn = "string",
position = "string",
limit = 123
)