ApiMapping

class ApiMapping : KotlinCustomResource

The `AWS::ApiGatewayV2::ApiMapping` resource contains an API mapping. An API mapping relates a path of your custom domain name to a stage of your API. A custom domain name can have multiple API mappings, but the paths can't overlap. A custom domain can map only to APIs of the same protocol type. For more information, see CreateApiMapping in the Amazon API Gateway V2 API Reference.

Properties

Link copied to clipboard
val apiId: Output<String>

The identifier of the API.

Link copied to clipboard
val apiMappingId: Output<String>

The API mapping resource ID.

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

The API mapping key.

Link copied to clipboard
val domainName: Output<String>

The domain name.

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 stage: Output<String>

The API stage.

Link copied to clipboard
val urn: Output<String>