Package-level declarations

Types

Link copied to clipboard
class CloudHsmCluster : KotlinCustomResource

Resource information with extended details. Uses Azure REST API version 2022-08-31-preview. Other available API versions: 2023-12-10-preview, 2024-06-30-preview.

Link copied to clipboard
data class CloudHsmClusterArgs(val autoGeneratedDomainNameLabelScope: Output<String>? = null, val cloudHsmClusterName: Output<String>? = null, val hsms: Output<List<CloudHsmPropertiesArgs>>? = null, val location: Output<String>? = null, val privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null, val publicNetworkAccess: Output<String>? = null, val resourceGroupName: Output<String>? = null, val securityDomain: Output<CloudHsmClusterSecurityDomainPropertiesArgs>? = null, val sku: Output<CloudHsmClusterSkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CloudHsmClusterArgs>

Resource information with extended details. Uses Azure REST API version 2022-08-31-preview. Other available API versions: 2023-12-10-preview, 2024-06-30-preview.

Link copied to clipboard
object CloudHsmClusterMapper : ResourceMapper<CloudHsmCluster>
Link copied to clipboard
class CloudHsmClusterPrivateEndpointConnection : KotlinCustomResource

The private endpoint connection resource. Uses Azure REST API version 2022-08-31-preview. Other available API versions: 2023-12-10-preview, 2024-06-30-preview.

data class CloudHsmClusterPrivateEndpointConnectionArgs(val cloudHsmClusterName: Output<String>? = null, val peConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<CloudHsmClusterPrivateEndpointConnectionArgs>

The private endpoint connection resource. Uses Azure REST API version 2022-08-31-preview. Other available API versions: 2023-12-10-preview, 2024-06-30-preview.

Link copied to clipboard
class DedicatedHsm : KotlinCustomResource

Resource information with extended details. Uses Azure REST API version 2021-11-30. In version 1.x of the Azure Native provider, it used API version 2018-10-31-preview. Other available API versions: 2024-06-30-preview.

Link copied to clipboard
data class DedicatedHsmArgs(val location: Output<String>? = null, val managementNetworkProfile: Output<NetworkProfileArgs>? = null, val name: Output<String>? = null, val networkProfile: Output<NetworkProfileArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val stampId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<DedicatedHsmArgs>

Resource information with extended details. Uses Azure REST API version 2021-11-30. In version 1.x of the Azure Native provider, it used API version 2018-10-31-preview. Other available API versions: 2024-06-30-preview.

Link copied to clipboard
Link copied to clipboard
object DedicatedHsmMapper : ResourceMapper<DedicatedHsm>
Link copied to clipboard