Environment Args
data class EnvironmentArgs(val config: Output<EnvironmentConfigArgs>? = null, val labels: Output<Map<String, String>>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null) : ConvertibleToJava<EnvironmentArgs>
Import
Environment can be imported using any of these accepted formats
$ pulumi import gcp:composer/environment:Environment default projects/{{project}}/locations/{{region}}/environments/{{name}}
Content copied to clipboard
$ pulumi import gcp:composer/environment:Environment default {{project}}/{{region}}/{{name}}
Content copied to clipboard
$ pulumi import gcp:composer/environment:Environment default {{name}}
Content copied to clipboard
Properties
Link copied to clipboard
Configuration parameters for this environment.
Link copied to clipboard
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-z0-9]*[a-z0-9?. Label values must be between 0 and 63 characters long and must conform to the regular expression (-a-z0-9]*[a-z0-9?)?. No more than 64 labels can be associated with a given environment. Both keys and values must be <= 128 bytes in size.