EnvironmentConfigArgs

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

Link copied to clipboard
open override fun toJava(): EnvironmentConfigArgs

Properties

Link copied to clipboard
val databaseConfig: Output<DatabaseConfigArgs>? = null

Optional. The configuration settings for Cloud SQL instance used internally by Apache Airflow software.

Link copied to clipboard

Optional. The encryption options for the Cloud Composer environment and its dependencies. Cannot be updated.

Link copied to clipboard

Optional. The size of the Cloud Composer environment. This field is supported for Cloud Composer environments in versions composer-2..-airflow-..* and newer.

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, Cloud Composer components may be subject to maintenance at any time.

Link copied to clipboard

Optional. The configuration options for GKE cluster master authorized networks. By default master authorized networks feature is: - in case of private environment: enabled with no external networks allowlisted. - in case of public environment: disabled.

Link copied to clipboard
val nodeConfig: Output<NodeConfigArgs>? = null

The configuration used for the Kubernetes Engine cluster.

Link copied to clipboard
val nodeCount: Output<Int>? = null

The number of nodes in the Kubernetes Engine cluster that will be used to run this environment. This field is supported for Cloud Composer environments in versions composer-1..-airflow-..*.

Link copied to clipboard

The configuration used for the Private IP Cloud Composer environment.

Link copied to clipboard
val recoveryConfig: Output<RecoveryConfigArgs>? = null

Optional. The Recovery settings configuration of an environment. This field is supported for Cloud Composer environments in versions composer-2..-airflow-..* and newer.

Link copied to clipboard
val softwareConfig: Output<SoftwareConfigArgs>? = null

The configuration settings for software inside the environment.

Link copied to clipboard

Optional. The configuration settings for the Airflow web server App Engine instance. This field is supported for Cloud Composer environments in versions composer-1..-airflow-..*.

Link copied to clipboard

Optional. The network-level access control policy for the Airflow web server. If unspecified, no network-level access restrictions will be applied.

Link copied to clipboard

Optional. The workloads configuration settings for the GKE cluster associated with the Cloud Composer environment. The GKE cluster runs Airflow scheduler, web server and workers workloads. This field is supported for Cloud Composer environments in versions composer-2..-airflow-..* and newer.