EnvironmentArgs

fun EnvironmentArgs(clusterManagerApiService: Output<String>? = null, dataset: Output<String>? = null, debugOptions: Output<DebugOptionsArgs>? = null, experiments: Output<List<String>>? = null, flexResourceSchedulingGoal: Output<EnvironmentFlexResourceSchedulingGoal>? = null, internalExperiments: Output<Map<String, String>>? = null, sdkPipelineOptions: Output<Map<String, String>>? = null, serviceAccountEmail: Output<String>? = null, serviceKmsKeyName: Output<String>? = null, serviceOptions: Output<List<String>>? = null, tempStoragePrefix: Output<String>? = null, userAgent: Output<Map<String, String>>? = null, version: Output<Map<String, String>>? = null, workerPools: Output<List<WorkerPoolArgs>>? = null, workerRegion: Output<String>? = null, workerZone: Output<String>? = null)