Class CfnApplication.ApplicationResourceLifecycleConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticbeanstalk.CfnApplication.ApplicationResourceLifecycleConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.ApplicationResourceLifecycleConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplication.ApplicationResourceLifecycleConfigProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.ApplicationResourceLifecycleConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.ApplicationResourceLifecycleConfigProperty
An implementation for
CfnApplication.ApplicationResourceLifecycleConfigProperty-
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.CfnApplication.ApplicationResourceLifecycleConfigProperty
CfnApplication.ApplicationResourceLifecycleConfigProperty.Builder, CfnApplication.ApplicationResourceLifecycleConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplication.ApplicationResourceLifecycleConfigProperty.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 theCfnApplication.ApplicationResourceLifecycleConfigProperty.Builder.
-
-
Method Details
-
getServiceRole
Description copied from interface:CfnApplication.ApplicationResourceLifecycleConfigPropertyThe ARN of an IAM service role that Elastic Beanstalk has permission to assume.The
ServiceRoleproperty is required the first time that you provide aResourceLifecycleConfigfor the application. After you provide it once, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again. You can, however, specify it in subsequent updates to change the Service Role to another value.- Specified by:
getServiceRolein interfaceCfnApplication.ApplicationResourceLifecycleConfigProperty- See Also:
-
getVersionLifecycleConfig
Description copied from interface:CfnApplication.ApplicationResourceLifecycleConfigPropertyDefines lifecycle settings for application versions.Returns union: either
IResolvableorCfnApplication.ApplicationVersionLifecycleConfigProperty- Specified by:
getVersionLifecycleConfigin interfaceCfnApplication.ApplicationResourceLifecycleConfigProperty- 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()
-