paws.networking (version 0.1.6)

apigatewayv2_get_api_mappings: Gets API mappings

Description

Gets API mappings.

Usage

apigatewayv2_get_api_mappings(DomainName, MaxResults, NextToken)

Arguments

DomainName

[required] The domain name.

MaxResults

The maximum number of elements to be returned for this resource.

NextToken

The next page of elements from this collection. Not valid for the last element of the collection.

Request syntax

svc$get_api_mappings(
  DomainName = "string",
  MaxResults = "string",
  NextToken = "string"
)