BasePathMappingArgs

data class BasePathMappingArgs(val basePath: Output<String>? = null, val domainName: Output<String>? = null, val restApiId: Output<String>? = null, val stage: Output<String>? = null) : ConvertibleToJava<BasePathMappingArgs>

The `AWS::ApiGateway::BasePathMapping` resource creates a base path that clients who call your API must use in the invocation URL.

Constructors

Link copied to clipboard
constructor(basePath: Output<String>? = null, domainName: Output<String>? = null, restApiId: Output<String>? = null, stage: Output<String>? = null)

Properties

Link copied to clipboard
val basePath: Output<String>? = null

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

Link copied to clipboard
val domainName: Output<String>? = null

The domain name of the BasePathMapping resource to be described.

Link copied to clipboard
val restApiId: Output<String>? = null

The string identifier of the associated RestApi.

Link copied to clipboard
val stage: Output<String>? = null

The name of the associated stage.

Functions

Link copied to clipboard
open override fun toJava(): BasePathMappingArgs