AWS::ElasticBeanstalk::Environment Tier - AWS CloudFormation

AWS::ElasticBeanstalk::Environment Tier

Describes the environment tier for an AWS::ElasticBeanstalk::Environment resource. For more information, see Environment Tiers in the AWS Elastic Beanstalk Developer Guide.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "Type" : String, "Version" : String }

YAML

Name: String Type: String Version: String

Properties

Name

The name of this environment tier.

Valid values:

  • For Web server tierWebServer

  • For Worker tierWorker

Required: No

Type: String

Update requires: Replacement

Type

The type of this environment tier.

Valid values:

  • For Web server tierStandard

  • For Worker tierSQS/HTTP

Required: No

Type: String

Update requires: Replacement

Version

The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.

Note

This member is deprecated. Any specific version that you set may become out of date. We recommend leaving it unspecified.

Required: No

Type: String

Update requires: No interruption