StackAccessEndpointArgs

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

Constructors

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

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.

Functions

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