Skip to content

Api Gateway  >  Structures  >  BasePathMapping

BasePathMapping

Structure Class

BasePathMapping dataclass

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

Attributes

base_path class-attribute instance-attribute
base_path: str | None = None

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

rest_api_id class-attribute instance-attribute
rest_api_id: str | None = None

The string identifier of the associated RestApi.

stage class-attribute instance-attribute
stage: str | None = None

The name of the associated stage.