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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticbeanstalk.CfnEnvironment.TierProperty
CfnEnvironment.TierProperty.Builder, CfnEnvironment.TierProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironment.TierProperty.Builder.protectedJsii$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.TierPropertyThe name of this environment tier.Valid values:
- For Web server tier –
WebServer - For Worker tier –
Worker
- Specified by:
getNamein interfaceCfnEnvironment.TierProperty- See Also:
- For Web server tier –
-
getType
Description copied from interface:CfnEnvironment.TierPropertyThe type of this environment tier.Valid values:
- For Web server tier –
Standard - For Worker tier –
SQS/HTTP
- Specified by:
getTypein interfaceCfnEnvironment.TierProperty- See Also:
- For Web server tier –
-
getVersion
Description copied from interface:CfnEnvironment.TierPropertyThe 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:
getVersionin interfaceCfnEnvironment.TierProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-