AppBlockBuilderAccessEndpointArgs

data class AppBlockBuilderAccessEndpointArgs(val endpointType: Output<String>, val vpceId: Output<String>) : ConvertibleToJava<AppBlockBuilderAccessEndpointArgs>

Constructors

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

Properties

Link copied to clipboard
val endpointType: Output<String>

The type of interface endpoint.

Link copied to clipboard
val vpceId: Output<String>

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

Functions

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