The AWS::ApiGateway::BasePathMapping
resource creates a base path that clients who call your API must use in the invocation URL.
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.rest_api_id
(String) The string identifier of the associated RestApi.stage
(String) The name of the associated stage.id
(String) Uniquely identifies the resource.Import is supported using the following syntax:
$ terraform import awscc_apigateway_base_path_mapping.example <resource ID>