You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticBeanstalk::Types::ComposeEnvironmentsMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ComposeEnvironmentsMessage as input to an Aws::Client method, you can use a vanilla Hash:

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

Request to create or update a group of environments.

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

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

Returns:

  • (String)

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

#group_nameString

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.

Returns:

  • (String)

    The name of the group to which the target environments belong.

#version_labelsArray<String>

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.

Returns:

  • (Array<String>)

    A list of version labels, specifying one or more application source bundles that belong to the target application.