GetBasePathMappingPlainArgs

data class GetBasePathMappingPlainArgs(val basePath: String, val domainName: String) : ConvertibleToJava<GetBasePathMappingPlainArgs>

Constructors

Link copied to clipboard
fun GetBasePathMappingPlainArgs(basePath: String, domainName: String)

Functions

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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