Skip to main content

base_path_mappings_list_only

Lists base_path_mappings in a region or regions, for all properties use base_path_mappings

Overview

Namebase_path_mappings_list_only
TypeResource
DescriptionThe AWS::ApiGateway::BasePathMapping resource creates a base path that clients who call your API must use in the invocation URL.
Idaws.apigateway.base_path_mappings_list_only

Fields

NameDatatypeDescription
base_pathstringThe base path name that callers of the API must provide as part of the URL after the domain name.
domain_namestringThe domain name of the BasePathMapping resource to be described.
rest_api_idstringThe string identifier of the associated RestApi.
stagestringThe name of the associated stage.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all base_path_mappings in a region.

SELECT
region,
domain_name,
base_path
FROM aws.apigateway.base_path_mappings_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the base_path_mappings_list_only resource, see base_path_mappings