Private Endpoint Connection Args
data class PrivateEndpointConnectionArgs(val groupIds: Output<List<Either<String, VaultSubResourceType>>>? = null, val privateEndpoint: Output<PrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>
Private Endpoint Connection Response Properties
Constructors
Link copied to clipboard
constructor(groupIds: Output<List<Either<String, VaultSubResourceType>>>? = null, privateEndpoint: Output<PrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, provisioningState: Output<Either<String, ProvisioningState>>? = null)
Properties
Link copied to clipboard
Group Ids for the Private Endpoint
Link copied to clipboard
Gets or sets private endpoint associated with the private endpoint connection
Link copied to clipboard
Gets or sets private link service connection state
Link copied to clipboard
Gets or sets provisioning state of the private endpoint connection