GetVpcEndpointConnectionsPlainArgs

data class GetVpcEndpointConnectionsPlainArgs(val endpointId: String? = null, val endpointOwnerId: Int? = null, val outputFile: String? = null, val serviceId: String, val status: String? = null) : ConvertibleToJava<GetVpcEndpointConnectionsPlainArgs>

A collection of arguments for invoking getVpcEndpointConnections.

Constructors

Link copied to clipboard
constructor(endpointId: String? = null, endpointOwnerId: Int? = null, outputFile: String? = null, serviceId: String, status: String? = null)

Properties

Link copied to clipboard
val endpointId: String? = null

The ID of the Vpc Endpoint.

Link copied to clipboard
val endpointOwnerId: Int? = null

The endpoint owner id.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard

The ID of the Vpc Endpoint Service.

Link copied to clipboard
val status: String? = null

The status of Vpc Endpoint Connection. Valid Values: Connected, Connecting, Deleted, Deleting, Disconnected, Disconnecting, Pending and ServiceDeleted.

Functions

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