paws.networking (version 0.1.6)

apigateway_get_base_path_mapping: Describe a BasePathMapping resource

Description

Describe a BasePathMapping resource.

Usage

apigateway_get_base_path_mapping(domainName, basePath)

Arguments

domainName

[required] [Required] The domain name of the BasePathMapping resource to be described.

basePath

[required] [Required] The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify \'(none)\' if you do not want callers to specify any base path name after the domain name.

Request syntax

svc$get_base_path_mapping(
  domainName = "string",
  basePath = "string"
)