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>

Resource Type definition for AWS::ApiGateway::BasePathMapping

Constructors

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

Functions

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

Properties

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

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

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

The DomainName of an AWS::ApiGateway::DomainName resource.

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

The ID of the API.

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

The name of the API's stage.