Cloud Hsm Cluster Sku Args
data class CloudHsmClusterSkuArgs(val capacity: Output<Int>? = null, val family: Output<Either<String, CloudHsmClusterSkuFamily>>, val name: Output<CloudHsmClusterSkuName>) : ConvertibleToJava<CloudHsmClusterSkuArgs>
Cloud Hsm Cluster SKU information
Constructors
Link copied to clipboard
constructor(capacity: Output<Int>? = null, family: Output<Either<String, CloudHsmClusterSkuFamily>>, name: Output<CloudHsmClusterSkuName>)