gcp.composer.Environment
Explore with Pulumi AI
Import
Environment can be imported using any of these accepted formats
$ pulumi import gcp:composer/environment:Environment default projects/{{project}}/locations/{{region}}/environments/{{name}}
$ pulumi import gcp:composer/environment:Environment default {{project}}/{{region}}/{{name}}
$ pulumi import gcp:composer/environment:Environment default {{name}}
Create Environment Resource
new Environment(name: string, args?: EnvironmentArgs, opts?: CustomResourceOptions);
@overload
def Environment(resource_name: str,
opts: Optional[ResourceOptions] = None,
config: Optional[EnvironmentConfigArgs] = None,
labels: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
project: Optional[str] = None,
region: Optional[str] = None)
@overload
def Environment(resource_name: str,
args: Optional[EnvironmentArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewEnvironment(ctx *Context, name string, args *EnvironmentArgs, opts ...ResourceOption) (*Environment, error)
public Environment(string name, EnvironmentArgs? args = null, CustomResourceOptions? opts = null)
public Environment(String name, EnvironmentArgs args)
public Environment(String name, EnvironmentArgs args, CustomResourceOptions options)
type: gcp:composer:Environment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Environment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Environment resource accepts the following input properties:
- Config
Environment
Config Configuration parameters for this environment.
- Labels Dictionary<string, string>
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- Name string
Name of the environment.
- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Region string
The location or Compute Engine region for the environment.
- Config
Environment
Config Args Configuration parameters for this environment.
- Labels map[string]string
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- Name string
Name of the environment.
- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Region string
The location or Compute Engine region for the environment.
- config
Environment
Config Configuration parameters for this environment.
- labels Map<String,String>
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- name String
Name of the environment.
- project String
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region String
The location or Compute Engine region for the environment.
- config
Environment
Config Configuration parameters for this environment.
- labels {[key: string]: string}
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- name string
Name of the environment.
- project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region string
The location or Compute Engine region for the environment.
- config
Environment
Config Args Configuration parameters for this environment.
- labels Mapping[str, str]
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- name str
Name of the environment.
- project str
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region str
The location or Compute Engine region for the environment.
- config Property Map
Configuration parameters for this environment.
- labels Map<String>
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- name String
Name of the environment.
- project String
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region String
The location or Compute Engine region for the environment.
Outputs
All input properties are implicitly available as output properties. Additionally, the Environment resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing Environment Resource
Get an existing Environment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: EnvironmentState, opts?: CustomResourceOptions): Environment
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config: Optional[EnvironmentConfigArgs] = None,
labels: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
project: Optional[str] = None,
region: Optional[str] = None) -> Environment
func GetEnvironment(ctx *Context, name string, id IDInput, state *EnvironmentState, opts ...ResourceOption) (*Environment, error)
public static Environment Get(string name, Input<string> id, EnvironmentState? state, CustomResourceOptions? opts = null)
public static Environment get(String name, Output<String> id, EnvironmentState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Config
Environment
Config Configuration parameters for this environment.
- Labels Dictionary<string, string>
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- Name string
Name of the environment.
- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Region string
The location or Compute Engine region for the environment.
- Config
Environment
Config Args Configuration parameters for this environment.
- Labels map[string]string
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- Name string
Name of the environment.
- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Region string
The location or Compute Engine region for the environment.
- config
Environment
Config Configuration parameters for this environment.
- labels Map<String,String>
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- name String
Name of the environment.
- project String
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region String
The location or Compute Engine region for the environment.
- config
Environment
Config Configuration parameters for this environment.
- labels {[key: string]: string}
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- name string
Name of the environment.
- project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region string
The location or Compute Engine region for the environment.
- config
Environment
Config Args Configuration parameters for this environment.
- labels Mapping[str, str]
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- name str
Name of the environment.
- project str
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region str
The location or Compute Engine region for the environment.
- config Property Map
Configuration parameters for this environment.
- labels Map<String>
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.
- name String
Name of the environment.
- project String
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- region String
The location or Compute Engine region for the environment.
Supporting Types
EnvironmentConfig, EnvironmentConfigArgs
- Airflow
Uri string - Dag
Gcs stringPrefix - Database
Config EnvironmentConfig Database Config - Encryption
Config EnvironmentConfig Encryption Config - Environment
Size string - Gke
Cluster string - Maintenance
Window EnvironmentConfig Maintenance Window - Environment
Config Master Authorized Networks Config - Node
Config EnvironmentConfig Node Config - Node
Count int - Private
Environment EnvironmentConfig Config Private Environment Config - Recovery
Config EnvironmentConfig Recovery Config - Resilience
Mode string - Software
Config EnvironmentConfig Software Config - Web
Server EnvironmentConfig Config Web Server Config - Web
Server EnvironmentNetwork Access Control Config Web Server Network Access Control - Workloads
Config EnvironmentConfig Workloads Config
- Airflow
Uri string - Dag
Gcs stringPrefix - Database
Config EnvironmentConfig Database Config - Encryption
Config EnvironmentConfig Encryption Config - Environment
Size string - Gke
Cluster string - Maintenance
Window EnvironmentConfig Maintenance Window - Environment
Config Master Authorized Networks Config - Node
Config EnvironmentConfig Node Config - Node
Count int - Private
Environment EnvironmentConfig Config Private Environment Config - Recovery
Config EnvironmentConfig Recovery Config - Resilience
Mode string - Software
Config EnvironmentConfig Software Config - Web
Server EnvironmentConfig Config Web Server Config - Web
Server EnvironmentNetwork Access Control Config Web Server Network Access Control - Workloads
Config EnvironmentConfig Workloads Config
- airflow
Uri String - dag
Gcs StringPrefix - database
Config EnvironmentConfig Database Config - encryption
Config EnvironmentConfig Encryption Config - environment
Size String - gke
Cluster String - maintenance
Window EnvironmentConfig Maintenance Window - Environment
Config Master Authorized Networks Config - node
Config EnvironmentConfig Node Config - node
Count Integer - private
Environment EnvironmentConfig Config Private Environment Config - recovery
Config EnvironmentConfig Recovery Config - resilience
Mode String - software
Config EnvironmentConfig Software Config - web
Server EnvironmentConfig Config Web Server Config - web
Server EnvironmentNetwork Access Control Config Web Server Network Access Control - workloads
Config EnvironmentConfig Workloads Config
- airflow
Uri string - dag
Gcs stringPrefix - database
Config EnvironmentConfig Database Config - encryption
Config EnvironmentConfig Encryption Config - environment
Size string - gke
Cluster string - maintenance
Window EnvironmentConfig Maintenance Window - Environment
Config Master Authorized Networks Config - node
Config EnvironmentConfig Node Config - node
Count number - private
Environment EnvironmentConfig Config Private Environment Config - recovery
Config EnvironmentConfig Recovery Config - resilience
Mode string - software
Config EnvironmentConfig Software Config - web
Server EnvironmentConfig Config Web Server Config - web
Server EnvironmentNetwork Access Control Config Web Server Network Access Control - workloads
Config EnvironmentConfig Workloads Config
- airflow_
uri str - dag_
gcs_ strprefix - database_
config EnvironmentConfig Database Config - encryption_
config EnvironmentConfig Encryption Config - environment_
size str - gke_
cluster str - maintenance_
window EnvironmentConfig Maintenance Window - Environment
Config Master Authorized Networks Config - node_
config EnvironmentConfig Node Config - node_
count int - private_
environment_ Environmentconfig Config Private Environment Config - recovery_
config EnvironmentConfig Recovery Config - resilience_
mode str - software_
config EnvironmentConfig Software Config - web_
server_ Environmentconfig Config Web Server Config - web_
server_ Environmentnetwork_ access_ control Config Web Server Network Access Control - workloads_
config EnvironmentConfig Workloads Config
- airflow
Uri String - dag
Gcs StringPrefix - database
Config Property Map - encryption
Config Property Map - environment
Size String - gke
Cluster String - maintenance
Window Property Map - Property Map
- node
Config Property Map - node
Count Number - private
Environment Property MapConfig - recovery
Config Property Map - resilience
Mode String - software
Config Property Map - web
Server Property MapConfig - web
Server Property MapNetwork Access Control - workloads
Config Property Map
EnvironmentConfigDatabaseConfig, EnvironmentConfigDatabaseConfigArgs
- Machine
Type string
- Machine
Type string
- machine
Type String
- machine
Type string
- machine_
type str
- machine
Type String
EnvironmentConfigEncryptionConfig, EnvironmentConfigEncryptionConfigArgs
- Kms
Key stringName
- Kms
Key stringName
- kms
Key StringName
- kms
Key stringName
- kms_
key_ strname
- kms
Key StringName
EnvironmentConfigMaintenanceWindow, EnvironmentConfigMaintenanceWindowArgs
- End
Time string - Recurrence string
- Start
Time string
- End
Time string - Recurrence string
- Start
Time string
- end
Time String - recurrence String
- start
Time String
- end
Time string - recurrence string
- start
Time string
- end_
time str - recurrence str
- start_
time str
- end
Time String - recurrence String
- start
Time String
EnvironmentConfigMasterAuthorizedNetworksConfig, EnvironmentConfigMasterAuthorizedNetworksConfigArgs
- enabled Boolean
- cidr
Blocks List<Property Map>
EnvironmentConfigMasterAuthorizedNetworksConfigCidrBlock, EnvironmentConfigMasterAuthorizedNetworksConfigCidrBlockArgs
- Cidr
Block string - Display
Name string
- Cidr
Block string - Display
Name string
- cidr
Block String - display
Name String
- cidr
Block string - display
Name string
- cidr_
block str - display_
name str
- cidr
Block String - display
Name String
EnvironmentConfigNodeConfig, EnvironmentConfigNodeConfigArgs
- Disk
Size intGb - Enable
Ip boolMasq Agent - Ip
Allocation EnvironmentPolicy Config Node Config Ip Allocation Policy - Machine
Type string - Max
Pods intPer Node - Network string
- Oauth
Scopes List<string> - Service
Account string - Subnetwork string
- List<string>
- Zone string
- Disk
Size intGb - Enable
Ip boolMasq Agent - Ip
Allocation EnvironmentPolicy Config Node Config Ip Allocation Policy - Machine
Type string - Max
Pods intPer Node - Network string
- Oauth
Scopes []string - Service
Account string - Subnetwork string
- []string
- Zone string
- disk
Size IntegerGb - enable
Ip BooleanMasq Agent - ip
Allocation EnvironmentPolicy Config Node Config Ip Allocation Policy - machine
Type String - max
Pods IntegerPer Node - network String
- oauth
Scopes List<String> - service
Account String - subnetwork String
- List<String>
- zone String
- disk
Size numberGb - enable
Ip booleanMasq Agent - ip
Allocation EnvironmentPolicy Config Node Config Ip Allocation Policy - machine
Type string - max
Pods numberPer Node - network string
- oauth
Scopes string[] - service
Account string - subnetwork string
- string[]
- zone string
- disk_
size_ intgb - enable_
ip_ boolmasq_ agent - ip_
allocation_ Environmentpolicy Config Node Config Ip Allocation Policy - machine_
type str - max_
pods_ intper_ node - network str
- oauth_
scopes Sequence[str] - service_
account str - subnetwork str
- Sequence[str]
- zone str
- disk
Size NumberGb - enable
Ip BooleanMasq Agent - ip
Allocation Property MapPolicy - machine
Type String - max
Pods NumberPer Node - network String
- oauth
Scopes List<String> - service
Account String - subnetwork String
- List<String>
- zone String
EnvironmentConfigNodeConfigIpAllocationPolicy, EnvironmentConfigNodeConfigIpAllocationPolicyArgs
- Cluster
Ipv4Cidr stringBlock - Cluster
Secondary stringRange Name - Services
Ipv4Cidr stringBlock - Services
Secondary stringRange Name - Use
Ip boolAliases
- Cluster
Ipv4Cidr stringBlock - Cluster
Secondary stringRange Name - Services
Ipv4Cidr stringBlock - Services
Secondary stringRange Name - Use
Ip boolAliases
- cluster
Ipv4Cidr StringBlock - cluster
Secondary StringRange Name - services
Ipv4Cidr StringBlock - services
Secondary StringRange Name - use
Ip BooleanAliases
- cluster
Ipv4Cidr stringBlock - cluster
Secondary stringRange Name - services
Ipv4Cidr stringBlock - services
Secondary stringRange Name - use
Ip booleanAliases
- cluster
Ipv4Cidr StringBlock - cluster
Secondary StringRange Name - services
Ipv4Cidr StringBlock - services
Secondary StringRange Name - use
Ip BooleanAliases
EnvironmentConfigPrivateEnvironmentConfig, EnvironmentConfigPrivateEnvironmentConfigArgs
- Cloud
Composer stringConnection Subnetwork - Cloud
Composer stringNetwork Ipv4Cidr Block - Cloud
Sql stringIpv4Cidr Block - Connection
Type string - Enable
Private boolEndpoint - Enable
Privately boolUsed Public Ips - Master
Ipv4Cidr stringBlock - Web
Server stringIpv4Cidr Block
- Cloud
Composer stringConnection Subnetwork - Cloud
Composer stringNetwork Ipv4Cidr Block - Cloud
Sql stringIpv4Cidr Block - Connection
Type string - Enable
Private boolEndpoint - Enable
Privately boolUsed Public Ips - Master
Ipv4Cidr stringBlock - Web
Server stringIpv4Cidr Block
- cloud
Composer StringConnection Subnetwork - cloud
Composer StringNetwork Ipv4Cidr Block - cloud
Sql StringIpv4Cidr Block - connection
Type String - enable
Private BooleanEndpoint - enable
Privately BooleanUsed Public Ips - master
Ipv4Cidr StringBlock - web
Server StringIpv4Cidr Block
- cloud
Composer stringConnection Subnetwork - cloud
Composer stringNetwork Ipv4Cidr Block - cloud
Sql stringIpv4Cidr Block - connection
Type string - enable
Private booleanEndpoint - enable
Privately booleanUsed Public Ips - master
Ipv4Cidr stringBlock - web
Server stringIpv4Cidr Block
- cloud
Composer StringConnection Subnetwork - cloud
Composer StringNetwork Ipv4Cidr Block - cloud
Sql StringIpv4Cidr Block - connection
Type String - enable
Private BooleanEndpoint - enable
Privately BooleanUsed Public Ips - master
Ipv4Cidr StringBlock - web
Server StringIpv4Cidr Block
EnvironmentConfigRecoveryConfig, EnvironmentConfigRecoveryConfigArgs
EnvironmentConfigRecoveryConfigScheduledSnapshotsConfig, EnvironmentConfigRecoveryConfigScheduledSnapshotsConfigArgs
- Enabled bool
- Snapshot
Creation stringSchedule - Snapshot
Location string - Time
Zone string
- Enabled bool
- Snapshot
Creation stringSchedule - Snapshot
Location string - Time
Zone string
- enabled Boolean
- snapshot
Creation StringSchedule - snapshot
Location String - time
Zone String
- enabled boolean
- snapshot
Creation stringSchedule - snapshot
Location string - time
Zone string
- enabled bool
- snapshot_
creation_ strschedule - snapshot_
location str - time_
zone str
- enabled Boolean
- snapshot
Creation StringSchedule - snapshot
Location String - time
Zone String
EnvironmentConfigSoftwareConfig, EnvironmentConfigSoftwareConfigArgs
- Airflow
Config Dictionary<string, string>Overrides - Cloud
Data EnvironmentLineage Integration Config Software Config Cloud Data Lineage Integration - Env
Variables Dictionary<string, string> - Image
Version string - Pypi
Packages Dictionary<string, string> - Python
Version string - Scheduler
Count int
- Airflow
Config map[string]stringOverrides - Cloud
Data EnvironmentLineage Integration Config Software Config Cloud Data Lineage Integration - Env
Variables map[string]string - Image
Version string - Pypi
Packages map[string]string - Python
Version string - Scheduler
Count int
- airflow
Config Map<String,String>Overrides - cloud
Data EnvironmentLineage Integration Config Software Config Cloud Data Lineage Integration - env
Variables Map<String,String> - image
Version String - pypi
Packages Map<String,String> - python
Version String - scheduler
Count Integer
- airflow
Config {[key: string]: string}Overrides - cloud
Data EnvironmentLineage Integration Config Software Config Cloud Data Lineage Integration - env
Variables {[key: string]: string} - image
Version string - pypi
Packages {[key: string]: string} - python
Version string - scheduler
Count number
- airflow_
config_ Mapping[str, str]overrides - cloud_
data_ Environmentlineage_ integration Config Software Config Cloud Data Lineage Integration - env_
variables Mapping[str, str] - image_
version str - pypi_
packages Mapping[str, str] - python_
version str - scheduler_
count int
- airflow
Config Map<String>Overrides - cloud
Data Property MapLineage Integration - env
Variables Map<String> - image
Version String - pypi
Packages Map<String> - python
Version String - scheduler
Count Number
EnvironmentConfigSoftwareConfigCloudDataLineageIntegration, EnvironmentConfigSoftwareConfigCloudDataLineageIntegrationArgs
- Enabled bool
- Enabled bool
- enabled Boolean
- enabled boolean
- enabled bool
- enabled Boolean
EnvironmentConfigWebServerConfig, EnvironmentConfigWebServerConfigArgs
- Machine
Type string
- Machine
Type string
- machine
Type String
- machine
Type string
- machine_
type str
- machine
Type String
EnvironmentConfigWebServerNetworkAccessControl, EnvironmentConfigWebServerNetworkAccessControlArgs
EnvironmentConfigWebServerNetworkAccessControlAllowedIpRange, EnvironmentConfigWebServerNetworkAccessControlAllowedIpRangeArgs
- Value string
- Description string
- Value string
- Description string
- value String
- description String
- value string
- description string
- value str
- description str
- value String
- description String
EnvironmentConfigWorkloadsConfig, EnvironmentConfigWorkloadsConfigArgs
EnvironmentConfigWorkloadsConfigScheduler, EnvironmentConfigWorkloadsConfigSchedulerArgs
- count int
- cpu float
- memory_
gb float - storage_
gb float
EnvironmentConfigWorkloadsConfigTriggerer, EnvironmentConfigWorkloadsConfigTriggererArgs
EnvironmentConfigWorkloadsConfigWebServer, EnvironmentConfigWorkloadsConfigWebServerArgs
- cpu float
- memory_
gb float - storage_
gb float
EnvironmentConfigWorkloadsConfigWorker, EnvironmentConfigWorkloadsConfigWorkerArgs
- cpu float
- max_
count int - memory_
gb float - min_
count int - storage_
gb float
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
google-beta
Terraform Provider.