Cluster Create Properties Args
constructor(clusterDefinition: Output<ClusterDefinitionArgs>? = null, clusterVersion: Output<String>? = null, computeIsolationProperties: Output<ComputeIsolationPropertiesArgs>? = null, computeProfile: Output<ComputeProfileArgs>? = null, diskEncryptionProperties: Output<DiskEncryptionPropertiesArgs>? = null, encryptionInTransitProperties: Output<EncryptionInTransitPropertiesArgs>? = null, kafkaRestProperties: Output<KafkaRestPropertiesArgs>? = null, minSupportedTlsVersion: Output<String>? = null, networkProperties: Output<NetworkPropertiesArgs>? = null, osType: Output<Either<String, OSType>>? = null, privateLinkConfigurations: Output<List<PrivateLinkConfigurationArgs>>? = null, securityProfile: Output<SecurityProfileArgs>? = null, storageProfile: Output<StorageProfileArgs>? = null, tier: Output<Either<String, Tier>>? = null)