Registry Private Endpoint Connection Properties Args
data class RegistryPrivateEndpointConnectionPropertiesArgs(val groupIds: Output<List<String>>? = null, val privateEndpoint: Output<PrivateEndpointResourceArgs>? = null, val privateLinkServiceConnectionState: Output<RegistryPrivateLinkServiceConnectionStateArgs>? = null, val provisioningState: Output<String>? = null) : ConvertibleToJava<RegistryPrivateEndpointConnectionPropertiesArgs>
Properties of the Private Endpoint Connection
Constructors
Link copied to clipboard
constructor(groupIds: Output<List<String>>? = null, privateEndpoint: Output<PrivateEndpointResourceArgs>? = null, privateLinkServiceConnectionState: Output<RegistryPrivateLinkServiceConnectionStateArgs>? = null, provisioningState: Output<String>? = null)
Properties
Link copied to clipboard
The PE network resource that is linked to this PE connection.
Link copied to clipboard
val privateLinkServiceConnectionState: Output<RegistryPrivateLinkServiceConnectionStateArgs>? = null
The connection state.
Link copied to clipboard
One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.