Cluster Args
constructor(allowedFqdns: Output<List<String>>? = null, allowedIpRanges: Output<List<String>>? = null, autoStopEnabled: Output<Boolean>? = null, diskEncryptionEnabled: Output<Boolean>? = null, doubleEncryptionEnabled: Output<Boolean>? = null, identity: Output<ClusterIdentityArgs>? = null, languageExtensions: Output<List<ClusterLanguageExtensionArgs>>? = null, location: Output<String>? = null, name: Output<String>? = null, optimizedAutoScale: Output<ClusterOptimizedAutoScaleArgs>? = null, outboundNetworkAccessRestricted: Output<Boolean>? = null, publicIpType: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, purgeEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, sku: Output<ClusterSkuArgs>? = null, streamingIngestionEnabled: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, trustedExternalTenants: Output<List<String>>? = null, virtualNetworkConfiguration: Output<ClusterVirtualNetworkConfigurationArgs>? = null, zones: Output<List<String>>? = null)