Namespace Args
constructor(alternateName: Output<String>? = null, clusterArmId: Output<String>? = null, disableLocalAuth: Output<Boolean>? = null, encryption: Output<EncryptionArgs>? = null, identity: Output<IdentityArgs>? = null, isAutoInflateEnabled: Output<Boolean>? = null, kafkaEnabled: Output<Boolean>? = null, location: Output<String>? = null, maximumThroughputUnits: Output<Int>? = null, minimumTlsVersion: Output<Either<String, TlsVersion>>? = null, namespaceName: Output<String>? = null, privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null, zoneRedundant: Output<Boolean>? = null)