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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticbeanstalk.CfnApplication.ApplicationResourceLifecycleConfigProperty
CfnApplication.ApplicationResourceLifecycleConfigProperty.Builder, CfnApplication.ApplicationResourceLifecycleConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplication.ApplicationResourceLifecycleConfigProperty.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 theCfnApplication.ApplicationResourceLifecycleConfigProperty.Builder
.
-
-
Method Details
-
getServiceRole
Description copied from interface:CfnApplication.ApplicationResourceLifecycleConfigProperty
The ARN of an IAM service role that Elastic Beanstalk has permission to assume.The
ServiceRole
property is required the first time that you provide aResourceLifecycleConfig
for 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:
getServiceRole
in interfaceCfnApplication.ApplicationResourceLifecycleConfigProperty
- See Also:
-
getVersionLifecycleConfig
Description copied from interface:CfnApplication.ApplicationResourceLifecycleConfigProperty
Defines lifecycle settings for application versions.- Specified by:
getVersionLifecycleConfig
in interfaceCfnApplication.ApplicationResourceLifecycleConfigProperty
- See Also:
-
$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()
-