Class: Aws::ElasticBeanstalk::Types::UpdateEnvironmentMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Request to update an environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application with which the environment is associated.

Returns:

  • (String)


4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.

Returns:

  • (String)


4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

The ID of the environment to update.

If no environment with this ID exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

Returns:

  • (String)


4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name of the environment to update. If no environment with this name exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

Returns:

  • (String)


4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the group to which the target environment belongs. Specify a group name only if the environment's name is specified in an environment manifest and not with the environment name or environment ID parameters. See Environment Manifest (env.yaml) for details.

Returns:

  • (String)


4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#option_settingsArray<Types::ConfigurationOptionSetting>

If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value.



4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#options_to_removeArray<Types::OptionSpecification>

A list of custom user-defined configuration options to remove from the configuration set for this environment.

Returns:



4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#platform_arnString

The ARN of the platform, if used.

Returns:

  • (String)


4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#solution_stack_nameString

This specifies the platform version that the environment will run after the environment is updated.

Returns:

  • (String)


4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template to the environment. If no such configuration template is found, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Returns:

  • (String)


4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#tierTypes::EnvironmentTier

This specifies the tier to use to update the environment.

Condition: At this time, if you change the tier version, name, or type, AWS Elastic Beanstalk returns InvalidParameterValue error.



4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#version_labelString

If this parameter is specified, AWS Elastic Beanstalk deploys the named application version to the environment. If no such application version is found, returns an InvalidParameterValue error.

Returns:

  • (String)


4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4474

class UpdateEnvironmentMessage < Struct.new(
  :application_name,
  :environment_id,
  :environment_name,
  :group_name,
  :description,
  :tier,
  :version_label,
  :template_name,
  :solution_stack_name,
  :platform_arn,
  :option_settings,
  :options_to_remove)
  SENSITIVE = []
  include Aws::Structure
end