Class CfnEnvironment.TierProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticbeanstalk.CfnEnvironment.TierProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironment.TierProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironment.TierProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironment.TierProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironment.TierProperty
An implementation for
CfnEnvironment.TierProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticbeanstalk.CfnEnvironment.TierProperty
CfnEnvironment.TierProperty.Builder, CfnEnvironment.TierProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEnvironment.TierProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEnvironment.TierProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnEnvironment.TierProperty
The name of this environment tier.Valid values:
- For Web server tier –
WebServer
- For Worker tier –
Worker
- Specified by:
getName
in interfaceCfnEnvironment.TierProperty
- For Web server tier –
-
getType
Description copied from interface:CfnEnvironment.TierProperty
The type of this environment tier.Valid values:
- For Web server tier –
Standard
- For Worker tier –
SQS/HTTP
- Specified by:
getType
in interfaceCfnEnvironment.TierProperty
- For Web server tier –
-
getVersion
Description copied from interface:CfnEnvironment.TierProperty
The version of this environment tier.When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.
This member is deprecated. Any specific version that you set may become out of date. We recommend leaving it unspecified.
- Specified by:
getVersion
in interfaceCfnEnvironment.TierProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-