class Aws::ElasticBeanstalk::Types::EnvironmentTier
Describes the properties of an environment tier
@note When making an API call, you may pass EnvironmentTier
data as a hash: { name: "String", type: "String", version: "String", }
@!attribute [rw] name
The name of this environment tier. Valid values: * For *Web server tier* – `WebServer` * For *Worker tier* – `Worker` @return [String]
@!attribute [rw] type
The type of this environment tier. Valid values: * For *Web server tier* – `Standard` * For *Worker tier* – `SQS/HTTP` @return [String]
@!attribute [rw] 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 markdown="1"> This member is deprecated. Any specific version that you set may become out of date. We recommend leaving it unspecified. </note> @return [String]
@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentTier AWS API Documentation
Constants
- SENSITIVE