Get Vpc Endpoints Result
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)
Properties
Link copied to clipboard
The status of Connection.
Link copied to clipboard
Link copied to clipboard
A list of Privatelink Vpc Endpoints. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
The name of the terminal node service associated with the terminal node.
Link copied to clipboard
The name of Vpc Endpoint.