GetVpcEndpointsResult

data class GetVpcEndpointsResult(val connectionStatus: String? = null, val enableDetails: Boolean? = null, val endpoints: List<GetVpcEndpointsEndpoint>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val serviceName: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vpcEndpointName: String? = null, val vpcId: String? = null)

A collection of values returned by getVpcEndpoints.

Constructors

Link copied to clipboard
constructor(connectionStatus: String? = null, enableDetails: Boolean? = null, endpoints: List<GetVpcEndpointsEndpoint>, id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, serviceName: String? = null, status: String? = null, tags: Map<String, String>? = null, vpcEndpointName: String? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of Connection.

Link copied to clipboard
val enableDetails: Boolean? = null
Link copied to clipboard

A list of Privatelink Vpc Endpoints. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of Vpc Endpoint names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val serviceName: String? = null

The name of the terminal node service associated with the terminal node.

Link copied to clipboard
val status: String? = null

The status of Vpc Endpoint.

Link copied to clipboard
val tags: Map<String, String>? = null

Tag tags of Vpc Endpoint.

Link copied to clipboard
val vpcEndpointName: String? = null

The name of Vpc Endpoint.

Link copied to clipboard
val vpcId: String? = null

The private network to which the terminal node belongs.