Skip to main content

base_path_mapping_v2s_list_only

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

Overview

Namebase_path_mapping_v2s_list_only
TypeResource
DescriptionResource Type definition for AWS::ApiGateway::BasePathMappingV2
Idaws.apigateway.base_path_mapping_v2s_list_only

Fields

NameDatatypeDescription
base_pathstringThe base path name that callers of the API must provide in the URL after the domain name.
base_path_mapping_arnstringAmazon Resource Name (ARN) of the resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all base_path_mapping_v2s in a region.

SELECT
region,
base_path_mapping_arn
FROM aws.apigateway.base_path_mapping_v2s_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the base_path_mapping_v2s_list_only resource, see base_path_mapping_v2s