EnvironmentConfigArgs

constructor(airflowUri: Output<String>? = null, dagGcsPrefix: Output<String>? = null, databaseConfig: Output<EnvironmentConfigDatabaseConfigArgs>? = null, encryptionConfig: Output<EnvironmentConfigEncryptionConfigArgs>? = null, environmentSize: Output<String>? = null, gkeCluster: Output<String>? = null, maintenanceWindow: Output<EnvironmentConfigMaintenanceWindowArgs>? = null, masterAuthorizedNetworksConfig: Output<EnvironmentConfigMasterAuthorizedNetworksConfigArgs>? = null, nodeConfig: Output<EnvironmentConfigNodeConfigArgs>? = null, nodeCount: Output<Int>? = null, privateEnvironmentConfig: Output<EnvironmentConfigPrivateEnvironmentConfigArgs>? = null, recoveryConfig: Output<EnvironmentConfigRecoveryConfigArgs>? = null, resilienceMode: Output<String>? = null, softwareConfig: Output<EnvironmentConfigSoftwareConfigArgs>? = null, webServerConfig: Output<EnvironmentConfigWebServerConfigArgs>? = null, webServerNetworkAccessControl: Output<EnvironmentConfigWebServerNetworkAccessControlArgs>? = null, workloadsConfig: Output<EnvironmentConfigWorkloadsConfigArgs>? = null)