base_path_mappings
Retrieves a list of base_path_mappings
in a region
Overview
Name | base_path_mappings |
Type | Resource |
Description | base_path_mappings |
Id | awscc.apigateway.base_path_mappings |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The domain name of the BasePathMapping resource to be described. |
base_path | string | The base path name that callers of the API must provide as part of the URL after the domain name. |
region | string | AWS 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