GetVpcEndpointResult

data class GetVpcEndpointResult(val id: String? = null, val securityGroupIds: List<String>? = null, val subnetIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, securityGroupIds: List<String>? = null, subnetIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The identifier of the VPC Endpoint

Link copied to clipboard

The ID of one or more security groups to associate with the endpoint network interface

Link copied to clipboard
val subnetIds: List<String>? = null

The ID of one or more subnets in which to create an endpoint network interface