BasePathMappingV2Args

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

Resource Type definition for AWS::ApiGateway::BasePathMappingV2

Constructors

Link copied to clipboard
constructor(basePath: Output<String>? = null, domainNameArn: 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 in the URL after the domain name.

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

The Arn of an AWS::ApiGateway::DomainNameV2 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.

Functions

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