AppBlockBuilderAccessEndpointArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val endpointType: Output<String>
Link copied to clipboard
val vpceId: Output<String>