ClusterArgs

fun ClusterArgs(addonsConfig: Output<AddonsConfigArgs>? = null, authenticatorGroupsConfig: Output<AuthenticatorGroupsConfigArgs>? = null, autopilot: Output<AutopilotArgs>? = null, autoscaling: Output<ClusterAutoscalingArgs>? = null, binaryAuthorization: Output<BinaryAuthorizationArgs>? = null, clusterIpv4Cidr: Output<String>? = null, conditions: Output<List<StatusConditionArgs>>? = null, confidentialNodes: Output<ConfidentialNodesArgs>? = null, costManagementConfig: Output<CostManagementConfigArgs>? = null, databaseEncryption: Output<DatabaseEncryptionArgs>? = null, defaultMaxPodsConstraint: Output<MaxPodsConstraintArgs>? = null, description: Output<String>? = null, enableKubernetesAlpha: Output<Boolean>? = null, enableTpu: Output<Boolean>? = null, etag: Output<String>? = null, fleet: Output<FleetArgs>? = null, identityServiceConfig: Output<IdentityServiceConfigArgs>? = null, initialClusterVersion: Output<String>? = null, initialNodeCount: Output<Int>? = null, instanceGroupUrls: Output<List<String>>? = null, ipAllocationPolicy: Output<IPAllocationPolicyArgs>? = null, legacyAbac: Output<LegacyAbacArgs>? = null, location: Output<String>? = null, locations: Output<List<String>>? = null, loggingConfig: Output<LoggingConfigArgs>? = null, loggingService: Output<String>? = null, maintenancePolicy: Output<MaintenancePolicyArgs>? = null, masterAuth: Output<MasterAuthArgs>? = null, masterAuthorizedNetworksConfig: Output<MasterAuthorizedNetworksConfigArgs>? = null, meshCertificates: Output<MeshCertificatesArgs>? = null, monitoringConfig: Output<MonitoringConfigArgs>? = null, monitoringService: Output<String>? = null, name: Output<String>? = null, network: Output<String>? = null, networkConfig: Output<NetworkConfigArgs>? = null, networkPolicy: Output<NetworkPolicyArgs>? = null, nodeConfig: Output<NodeConfigArgs>? = null, nodePoolAutoConfig: Output<NodePoolAutoConfigArgs>? = null, nodePoolDefaults: Output<NodePoolDefaultsArgs>? = null, nodePools: Output<List<NodePoolArgs>>? = null, notificationConfig: Output<NotificationConfigArgs>? = null, parent: Output<String>? = null, privateClusterConfig: Output<PrivateClusterConfigArgs>? = null, project: Output<String>? = null, releaseChannel: Output<ReleaseChannelArgs>? = null, resourceLabels: Output<Map<String, String>>? = null, resourceUsageExportConfig: Output<ResourceUsageExportConfigArgs>? = null, shieldedNodes: Output<ShieldedNodesArgs>? = null, subnetwork: Output<String>? = null, verticalPodAutoscaling: Output<VerticalPodAutoscalingArgs>? = null, workloadIdentityConfig: Output<WorkloadIdentityConfigArgs>? = null, zone: Output<String>? = null)