ImageBuilderAccessEndpointArgs

data class ImageBuilderAccessEndpointArgs(val endpointType: Output<String>, val vpceId: Output<String>? = null) : ConvertibleToJava<ImageBuilderAccessEndpointArgs>

Constructors

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

Properties

Link copied to clipboard
val endpointType: Output<String>

Type of interface endpoint.

Link copied to clipboard
val vpceId: Output<String>? = null

Identifier (ID) of the VPC in which the interface endpoint is used.

Functions

Link copied to clipboard
open override fun toJava(): ImageBuilderAccessEndpointArgs