getCloudHsmCluster

Gets the specified Cloud HSM Cluster Uses Azure REST API version 2024-06-30-preview. Other available API versions: 2022-08-31-preview, 2023-12-10-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hardwaresecuritymodules [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Resource information with extended details.

Parameters

argument

null


suspend fun getCloudHsmCluster(cloudHsmClusterName: String, resourceGroupName: String): GetCloudHsmClusterResult

Return

Resource information with extended details.

Parameters

cloudHsmClusterName

The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 23 characters in length.

resourceGroupName

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

See also


Return

Resource information with extended details.

Parameters

argument

Builder for com.pulumi.azurenative.hardwaresecuritymodules.kotlin.inputs.GetCloudHsmClusterPlainArgs.

See also