paws.networking (version 0.1.6)

apigateway_get_base_path_mappings: Represents a collection of BasePathMapping resources

Description

Represents a collection of BasePathMapping resources.

Usage

apigateway_get_base_path_mappings(domainName, position, limit)

Arguments

domainName

[required] [Required] The domain name of a BasePathMapping resource.

position

The current pagination position in the paged result set.

limit

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Request syntax

svc$get_base_path_mappings(
  domainName = "string",
  position = "string",
  limit = 123
)