RegistryPrivateEndpointConnectionPropertiesArgs

data class RegistryPrivateEndpointConnectionPropertiesArgs(val groupIds: Output<List<String>>? = null, val privateEndpoint: Output<PrivateEndpointResourceArgs>? = null, val provisioningState: Output<String>? = null, val registryPrivateLinkServiceConnectionState: Output<RegistryPrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<RegistryPrivateEndpointConnectionPropertiesArgs>

Properties of the Private Endpoint Connection

Constructors

constructor(groupIds: Output<List<String>>? = null, privateEndpoint: Output<PrivateEndpointResourceArgs>? = null, provisioningState: Output<String>? = null, registryPrivateLinkServiceConnectionState: Output<RegistryPrivateLinkServiceConnectionStateArgs>? = null)

Properties

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

The group ids

Link copied to clipboard

The PE network resource that is linked to this PE connection.

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

One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.

Functions

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