CreateBasePathMappingRequest

Requests API Gateway to create a new BasePathMapping resource.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify a base path name after the domain name.

Link copied to clipboard

The domain name of the BasePathMapping resource to create.

Link copied to clipboard

The identifier for the domain name resource. Required for private custom domain names.

Link copied to clipboard

The string identifier of the associated RestApi.

Link copied to clipboard

The name of the API's stage that you want to use for this mapping. Specify '(none)' if you want callers to explicitly specify the stage name after any base path name.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String