PrivateEndpointConnectionArgs

data class PrivateEndpointConnectionArgs(val privateEndpoint: Output<PrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<ConnectionStateArgs>? = null, val provisioningState: Output<Either<String, EndPointProvisioningState>>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

Properties of the PrivateEndpointConnection.

Constructors

Link copied to clipboard
constructor(privateEndpoint: Output<PrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<ConnectionStateArgs>? = null, provisioningState: Output<Either<String, EndPointProvisioningState>>? = null)

Properties

Link copied to clipboard

The Private Endpoint resource for this Connection.

Link copied to clipboard

Details about the state of the connection.

Link copied to clipboard
val provisioningState: Output<Either<String, EndPointProvisioningState>>? = null

Provisioning state of the Private Endpoint Connection.

Functions

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