StackAccessEndpointArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val endpointType: Output<String>

Type of the interface endpoint. See the AccessEndpoint AWS API documentation for valid values.

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

ID of the VPC in which the interface endpoint is used.