get Environment
Provides access to Cloud Composer environment configuration in a region for a given project.
Return
A collection of values returned by getEnvironment.
Parameters
argument
A collection of arguments for invoking getEnvironment.
suspend fun getEnvironment(name: String, project: String? = null, region: String? = null): GetEnvironmentResult
Return
A collection of values returned by getEnvironment.
Parameters
name
Name of the environment.
project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
region
The location or Compute Engine region of the environment.
See also
suspend fun getEnvironment(argument: suspend GetEnvironmentPlainArgsBuilder.() -> Unit): GetEnvironmentResult
Return
A collection of values returned by getEnvironment.
Parameters
argument
Builder for com.pulumi.gcp.composer.kotlin.inputs.GetEnvironmentPlainArgs.