getPrivateEndpointConnection

Get a specific private connection Uses Azure REST API version 2024-07-01. Other available API versions: 2024-03-01-preview, 2024-06-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mongocluster [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Parameters

argument

null


suspend fun getPrivateEndpointConnection(mongoClusterName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult

Return

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Parameters

mongoClusterName

The name of the mongo cluster.

privateEndpointConnectionName

The name of the private endpoint connection associated with the Azure resource.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Parameters

argument

Builder for com.pulumi.azurenative.mongocluster.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.

See also