Vpc

data class Vpc(val value: WebAppVpcConfig) : WebAppEndpointDetails

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

Constructors

Link copied to clipboard
constructor(value: WebAppVpcConfig)

Properties

Link copied to clipboard

Inherited 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