ImageBuilderAccessEndpoint

data class ImageBuilderAccessEndpoint(val endpointType: String, val vpceId: String? = null)

Constructors

Link copied to clipboard
constructor(endpointType: String, vpceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of interface endpoint. For valid values, refer to the AWS documentation.

Link copied to clipboard
val vpceId: String? = null

Identifier (ID) of the interface VPC endpoint.