Class CfnEnvironmentPropsMixin.TierProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticbeanstalk.CfnEnvironmentPropsMixin.TierProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentPropsMixin.TierProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentPropsMixin.TierProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironmentPropsMixin.TierProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentPropsMixin.TierProperty
An implementation for
CfnEnvironmentPropsMixin.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.cfnpropertymixins.services.elasticbeanstalk.CfnEnvironmentPropsMixin.TierProperty
CfnEnvironmentPropsMixin.TierProperty.Builder, CfnEnvironmentPropsMixin.TierProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentPropsMixin.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 theCfnEnvironmentPropsMixin.TierProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnEnvironmentPropsMixin.TierPropertyThe name of this environment tier.Valid values:
- For Web server tier –
WebServer - For Worker tier –
Worker
- Specified by:
getNamein interfaceCfnEnvironmentPropsMixin.TierProperty- See Also:
- For Web server tier –
-
getType
Description copied from interface:CfnEnvironmentPropsMixin.TierPropertyThe type of this environment tier.Valid values:
- For Web server tier –
Standard - For Worker tier –
SQS/HTTP
- Specified by:
getTypein interfaceCfnEnvironmentPropsMixin.TierProperty- See Also:
- For Web server tier –
-
getVersion
Description copied from interface:CfnEnvironmentPropsMixin.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 interfaceCfnEnvironmentPropsMixin.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()
-