WebAppEndpointDetails

Contains the endpoint configuration for a web app, including VPC settings when the endpoint is hosted within a VPC.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Vpc(val value: WebAppVpcConfig) : WebAppEndpointDetails

The VPC configuration for hosting the web app endpoint within a VPC.

Functions

Link copied to clipboard

Casts this WebAppEndpointDetails as a Vpc and retrieves its aws.sdk.kotlin.services.transfer.model.WebAppVpcConfig value. Throws an exception if the WebAppEndpointDetails is not a Vpc.

Link copied to clipboard