PrivateEndpointConnectionArgs

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

Constructors

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

Properties

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

GroupIds from the private link service resource.

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, ResourceProvisioningState>>? = null

Provisioning state of the Private Endpoint Connection.

Functions

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