ClusterArgs

constructor(acceptedAudiences: Output<List<AcceptedAudiencesArgs>>? = null, allowedFqdnList: Output<List<String>>? = null, allowedIpRangeList: Output<List<String>>? = null, clusterName: Output<String>? = null, enableAutoStop: Output<Boolean>? = null, enableDiskEncryption: Output<Boolean>? = null, enableDoubleEncryption: Output<Boolean>? = null, enablePurge: Output<Boolean>? = null, enableStreamingIngest: Output<Boolean>? = null, engineType: Output<Either<String, EngineType>>? = null, identity: Output<IdentityArgs>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, languageExtensions: Output<LanguageExtensionsListArgs>? = null, location: Output<String>? = null, optimizedAutoscale: Output<OptimizedAutoscaleArgs>? = null, publicIPType: Output<Either<String, PublicIPType>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, restrictOutboundNetworkAccess: Output<Either<String, ClusterNetworkAccessFlag>>? = null, sku: Output<AzureSkuArgs>? = null, tags: Output<Map<String, String>>? = null, trustedExternalTenants: Output<List<TrustedExternalTenantArgs>>? = null, virtualClusterGraduationProperties: Output<String>? = null, virtualNetworkConfiguration: Output<VirtualNetworkConfigurationArgs>? = null, zones: Output<List<String>>? = null)