Skip to main content

base_path_mappings

Retrieves a list of base_path_mappings in a region

Overview

Namebase_path_mappings
TypeResource
Descriptionbase_path_mappings
Idawscc.apigateway.base_path_mappings

Fields

NameDatatypeDescription
domain_namestringThe domain name of the BasePathMapping resource to be described.
base_pathstringThe base path name that callers of the API must provide as part of the URL after the domain name.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
domain_name,
base_path
FROM awscc.apigateway.base_path_mappings
WHERE region = 'us-east-1'

Permissions

To operate on the base_path_mappings resource, the following permissions are required:

Create

apigateway:POST,
apigateway:GET

List

apigateway:GET