getBasePathMapping

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

Return

null

Parameters

argument

null


suspend fun getBasePathMapping(basePath: String, domainName: String): GetBasePathMappingResult

Return

null

Parameters

basePath

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

domainName

The domain name of the BasePathMapping resource to be described.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.apigateway.kotlin.inputs.GetBasePathMappingPlainArgs.

See also