class Aws::ElasticBeanstalk::Types::ComposeEnvironmentsMessage

Request to create or update a group of environments.

@note When making an API call, you may pass ComposeEnvironmentsMessage

data as a hash:

    {
      application_name: "ApplicationName",
      group_name: "GroupName",
      version_labels: ["VersionLabel"],
    }

@!attribute [rw] application_name

The name of the application to which the specified source bundles
belong.
@return [String]

@!attribute [rw] group_name

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)][1] for details.

[1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html
@return [String]

@!attribute [rw] version_labels

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.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ComposeEnvironmentsMessage AWS API Documentation

Constants

SENSITIVE