elasticbeanstalk_compose_environments: Create or update a group of environments that each run a...

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_compose_environmentsR Documentation

Create or update a group of environments that each run a separate component of a single application

Description

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.

See https://www.paws-r-sdk.com/docs/elasticbeanstalk_compose_environments/ for full documentation.

Usage

elasticbeanstalk_compose_environments(
  ApplicationName = NULL,
  GroupName = NULL,
  VersionLabels = NULL
)

Arguments

ApplicationName

The name of the application to which the specified source bundles belong.

GroupName

The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.

VersionLabels

A list of version labels, specifying one or more application source bundles that belong to the target application. Each source bundle must include an environment manifest that specifies the name of the environment and the name of the solution stack to use, and optionally can specify environment links to create.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.