StackAccessEndpoint

data class StackAccessEndpoint(val endpointType: String, val vpceId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val vpceId: String? = null

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