EnvironmentConfigArgs

data class EnvironmentConfigArgs(val airflowUri: Output<String>? = null, val dagGcsPrefix: Output<String>? = null, val dataRetentionConfig: Output<EnvironmentConfigDataRetentionConfigArgs>? = null, val databaseConfig: Output<EnvironmentConfigDatabaseConfigArgs>? = null, val enablePrivateBuildsOnly: Output<Boolean>? = null, val enablePrivateEnvironment: Output<Boolean>? = null, val encryptionConfig: Output<EnvironmentConfigEncryptionConfigArgs>? = null, val environmentSize: Output<String>? = null, val gkeCluster: Output<String>? = null, val maintenanceWindow: Output<EnvironmentConfigMaintenanceWindowArgs>? = null, val masterAuthorizedNetworksConfig: Output<EnvironmentConfigMasterAuthorizedNetworksConfigArgs>? = null, val nodeConfig: Output<EnvironmentConfigNodeConfigArgs>? = null, val nodeCount: Output<Int>? = null, val privateEnvironmentConfig: Output<EnvironmentConfigPrivateEnvironmentConfigArgs>? = null, val recoveryConfig: Output<EnvironmentConfigRecoveryConfigArgs>? = null, val resilienceMode: Output<String>? = null, val softwareConfig: Output<EnvironmentConfigSoftwareConfigArgs>? = null, val webServerConfig: Output<EnvironmentConfigWebServerConfigArgs>? = null, val webServerNetworkAccessControl: Output<EnvironmentConfigWebServerNetworkAccessControlArgs>? = null, val workloadsConfig: Output<EnvironmentConfigWorkloadsConfigArgs>? = null) : ConvertibleToJava<EnvironmentConfigArgs>

Constructors

Link copied to clipboard
constructor(airflowUri: Output<String>? = null, dagGcsPrefix: Output<String>? = null, dataRetentionConfig: Output<EnvironmentConfigDataRetentionConfigArgs>? = null, databaseConfig: Output<EnvironmentConfigDatabaseConfigArgs>? = null, enablePrivateBuildsOnly: Output<Boolean>? = null, enablePrivateEnvironment: Output<Boolean>? = 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)

Properties

Link copied to clipboard
val airflowUri: Output<String>? = null

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

Link copied to clipboard
val dagGcsPrefix: Output<String>? = null

The Cloud Storage prefix of the DAGs for this environment. Although Cloud Storage objects reside in a flat namespace, a hierarchical file tree can be simulated using '/'-delimited object name prefixes. DAG objects for this environment reside in a simulated directory with this prefix.

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
val enablePrivateBuildsOnly: Output<Boolean>? = null

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
val enablePrivateEnvironment: Output<Boolean>? = null

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
val environmentSize: Output<String>? = null

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
val gkeCluster: Output<String>? = null

The Kubernetes Engine cluster used to run this 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
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

The recovery configuration settings for the Cloud Composer environment

Link copied to clipboard
val resilienceMode: Output<String>? = null

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.

Functions

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