BasePathMapping

class BasePathMapping : KotlinCustomResource

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

Properties

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

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>

The domain name of the BasePathMapping resource to be described.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val restApiId: Output<String>?

The string identifier of the associated RestApi.

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

The name of the associated stage.

Link copied to clipboard
val urn: Output<String>