paws.networking (version 0.1.6)

apigateway_get_tags: 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] [Required] The ARN of a resource that can be tagged. The resource ARN must be URL-encoded.

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.

Request syntax

svc$get_tags(
  resourceArn = "string",
  position = "string",
  limit = 123
)