Environment Config Args
data class EnvironmentConfigArgs(val databaseConfig: Output<DatabaseConfigArgs>? = null, val encryptionConfig: Output<EncryptionConfigArgs>? = null, val environmentSize: Output<EnvironmentConfigEnvironmentSize>? = null, val maintenanceWindow: Output<MaintenanceWindowArgs>? = null, val masterAuthorizedNetworksConfig: Output<MasterAuthorizedNetworksConfigArgs>? = null, val nodeConfig: Output<NodeConfigArgs>? = null, val nodeCount: Output<Int>? = null, val privateEnvironmentConfig: Output<PrivateEnvironmentConfigArgs>? = null, val recoveryConfig: Output<RecoveryConfigArgs>? = null, val softwareConfig: Output<SoftwareConfigArgs>? = null, val webServerConfig: Output<WebServerConfigArgs>? = null, val webServerNetworkAccessControl: Output<WebServerNetworkAccessControlArgs>? = null, val workloadsConfig: Output<WorkloadsConfigArgs>? = null) : ConvertibleToJava<EnvironmentConfigArgs>
Configuration information for an environment.
Constructors
Link copied to clipboard
fun EnvironmentConfigArgs(databaseConfig: Output<DatabaseConfigArgs>? = null, encryptionConfig: Output<EncryptionConfigArgs>? = null, environmentSize: Output<EnvironmentConfigEnvironmentSize>? = null, maintenanceWindow: Output<MaintenanceWindowArgs>? = null, masterAuthorizedNetworksConfig: Output<MasterAuthorizedNetworksConfigArgs>? = null, nodeConfig: Output<NodeConfigArgs>? = null, nodeCount: Output<Int>? = null, privateEnvironmentConfig: Output<PrivateEnvironmentConfigArgs>? = null, recoveryConfig: Output<RecoveryConfigArgs>? = null, softwareConfig: Output<SoftwareConfigArgs>? = null, webServerConfig: Output<WebServerConfigArgs>? = null, webServerNetworkAccessControl: Output<WebServerNetworkAccessControlArgs>? = null, workloadsConfig: Output<WorkloadsConfigArgs>? = null)
Functions
Properties
Link copied to clipboard
Optional. The maintenance window is the period when Cloud Composer components may undergo maintenance. It is defined so that maintenance is not executed during peak hours or critical time periods. The system will not be under maintenance for every occurrence of this window, but when maintenance is planned, it will be scheduled during the window. The maintenance window period must encompass at least 12 hours per week. This may be split into multiple chunks, each with a size of at least 4 hours. If this value is omitted, the default value for maintenance window will be applied. The default value is Saturday and Sunday 00-06 GMT.