Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

Value

A list with the following syntax:

list(
  basePath = "string",
  restApiId = "string",
  stage = "string"
)

Request syntax

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

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.