GetEnvironmentConfig

data class GetEnvironmentConfig(val airflowUri: String, val dagGcsPrefix: String, val dataRetentionConfigs: List<GetEnvironmentConfigDataRetentionConfig>, val databaseConfigs: List<GetEnvironmentConfigDatabaseConfig>, val enablePrivateBuildsOnly: Boolean, val enablePrivateEnvironment: Boolean, val encryptionConfigs: List<GetEnvironmentConfigEncryptionConfig>, val environmentSize: String, val gkeCluster: String, val maintenanceWindows: List<GetEnvironmentConfigMaintenanceWindow>, val masterAuthorizedNetworksConfigs: List<GetEnvironmentConfigMasterAuthorizedNetworksConfig>, val nodeConfigs: List<GetEnvironmentConfigNodeConfig>, val nodeCount: Int, val privateEnvironmentConfigs: List<GetEnvironmentConfigPrivateEnvironmentConfig>, val recoveryConfigs: List<GetEnvironmentConfigRecoveryConfig>, val resilienceMode: String, val softwareConfigs: List<GetEnvironmentConfigSoftwareConfig>, val webServerConfigs: List<GetEnvironmentConfigWebServerConfig>, val webServerNetworkAccessControls: List<GetEnvironmentConfigWebServerNetworkAccessControl>, val workloadsConfigs: List<GetEnvironmentConfigWorkloadsConfig>)

Constructors

Link copied to clipboard
constructor(airflowUri: String, dagGcsPrefix: String, dataRetentionConfigs: List<GetEnvironmentConfigDataRetentionConfig>, databaseConfigs: List<GetEnvironmentConfigDatabaseConfig>, enablePrivateBuildsOnly: Boolean, enablePrivateEnvironment: Boolean, encryptionConfigs: List<GetEnvironmentConfigEncryptionConfig>, environmentSize: String, gkeCluster: String, maintenanceWindows: List<GetEnvironmentConfigMaintenanceWindow>, masterAuthorizedNetworksConfigs: List<GetEnvironmentConfigMasterAuthorizedNetworksConfig>, nodeConfigs: List<GetEnvironmentConfigNodeConfig>, nodeCount: Int, privateEnvironmentConfigs: List<GetEnvironmentConfigPrivateEnvironmentConfig>, recoveryConfigs: List<GetEnvironmentConfigRecoveryConfig>, resilienceMode: String, softwareConfigs: List<GetEnvironmentConfigSoftwareConfig>, webServerConfigs: List<GetEnvironmentConfigWebServerConfig>, webServerNetworkAccessControls: List<GetEnvironmentConfigWebServerNetworkAccessControl>, workloadsConfigs: List<GetEnvironmentConfigWorkloadsConfig>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URI of the Apache Airflow Web UI hosted within the environment.

Link copied to clipboard

The Cloud Storage prefix of the DAGs for the environment.

Link copied to clipboard

The configuration of Cloud SQL instance that is used by the Apache Airflow software. This field is supported for Cloud Composer environments in versions composer-1..-airflow-..*.

Link copied to clipboard

The configuration setting for Airflow data retention mechanism. This field is supported for Cloud Composer environments in versions composer-2.0.32-airflow-2.1.4. or newer

Link copied to clipboard

Optional. If true, builds performed during operations that install Python packages have only private connectivity to Google services. If false, the builds also have access to the internet.

Link copied to clipboard

Optional. If true, a private Composer environment will be created.

Link copied to clipboard

The encryption options for the Composer environment and its dependencies.

Link copied to clipboard

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

The Kubernetes Engine cluster used to run the environment.

Link copied to clipboard

The configuration for Cloud Composer maintenance window.

Link copied to clipboard

Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.

Link copied to clipboard

The configuration used for the Kubernetes Engine cluster.

Link copied to clipboard

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

The recovery configuration settings for the Cloud Composer environment

Link copied to clipboard

Whether high resilience is enabled or not. This field is supported for Cloud Composer environments in versions composer-2.1.15-airflow-..* and newer.

Link copied to clipboard

The configuration settings for software inside the environment.

Link copied to clipboard

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

Network-level access control policy for the Airflow web server.

Link copied to clipboard

The workloads configuration settings for the GKE cluster associated with the Cloud Composer environment. Supported for Cloud Composer environments in versions composer-2..-airflow-..* and newer.