aws.apigateway.get_base_path_mappings
Example SQL Queries
SELECT * FROMaws.apigateway.get_base_path_mappingsWHERE"domain_name" = 'VALUE';Description
Represents a collection of BasePathMapping resources.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The domain name of a BasePathMapping resource. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| base_path The base path name that callers of the API must provide as part of the URL after the domain name. | VARCHAR |
| rest_api_id The string identifier of the associated RestApi. | VARCHAR |
| stage The name of the associated stage. | VARCHAR |