Kafka Cluster Args
constructor(clusterVersion: Output<String>? = null, componentVersion: Output<KafkaClusterComponentVersionArgs>? = null, computeIsolation: Output<KafkaClusterComputeIsolationArgs>? = null, diskEncryptions: Output<List<KafkaClusterDiskEncryptionArgs>>? = null, encryptionInTransitEnabled: Output<Boolean>? = null, extension: Output<KafkaClusterExtensionArgs>? = null, gateway: Output<KafkaClusterGatewayArgs>? = null, location: Output<String>? = null, metastores: Output<KafkaClusterMetastoresArgs>? = null, monitor: Output<KafkaClusterMonitorArgs>? = null, name: Output<String>? = null, network: Output<KafkaClusterNetworkArgs>? = null, privateLinkConfiguration: Output<KafkaClusterPrivateLinkConfigurationArgs>? = null, resourceGroupName: Output<String>? = null, restProxy: Output<KafkaClusterRestProxyArgs>? = null, roles: Output<KafkaClusterRolesArgs>? = null, securityProfile: Output<KafkaClusterSecurityProfileArgs>? = null, storageAccountGen2: Output<KafkaClusterStorageAccountGen2Args>? = null, storageAccounts: Output<List<KafkaClusterStorageAccountArgs>>? = null, tags: Output<Map<String, String>>? = null, tier: Output<String>? = null, tlsMinVersion: Output<String>? = null)