composeEnvironments
abstract suspend fun composeEnvironments(input: ComposeEnvironmentsRequest = ComposeEnvironmentsRequest { }): ComposeEnvironmentsResponse
Create or update a group of environments that each run a separate component of a single application. Takes a list of version labels that specify application source bundles for each of the environments to create or update. The name of each environment and other required information must be included in the source bundles in an environment manifest named env.yaml
. See Compose Environments for details.