class Aws::APIGateway::Types::BasePathMapping

Represents the base path that callers of the API must provide as part of the URL after the domain name.

<div class=“remarks” markdown=“1”> A custom domain name plus a `BasePathMapping` specification identifies a deployed RestApi in a given stage of the owner Account. </div>

<div class=“seeAlso” markdown=“1”>

Use Custom Domain Names][1

</div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html

@!attribute [rw] base_path

The base path name that callers of the API must provide as part of
the URL after the domain name.
@return [String]

@!attribute [rw] rest_api_id

The string identifier of the associated RestApi.
@return [String]

@!attribute [rw] stage

The name of the associated stage.
@return [String]

Constants

SENSITIVE