Class DeploymentLifecycleLambdaTargetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.DeploymentLifecycleLambdaTargetProps.Jsii$Proxy
- All Implemented Interfaces:
DeploymentLifecycleLambdaTargetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DeploymentLifecycleLambdaTargetProps
@Stability(Stable)
@Internal
public static final class DeploymentLifecycleLambdaTargetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DeploymentLifecycleLambdaTargetProps
An implementation for
DeploymentLifecycleLambdaTargetProps-
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.ecs.DeploymentLifecycleLambdaTargetProps
DeploymentLifecycleLambdaTargetProps.Builder, DeploymentLifecycleLambdaTargetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDeploymentLifecycleLambdaTargetProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal List<DeploymentLifecycleStage> The lifecycle stages when this hook should be executed.final IRolegetRole()The IAM role that grants permissions to invoke the lambda target.final inthashCode()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 theDeploymentLifecycleLambdaTargetProps.Builder.
-
-
Method Details
-
getLifecycleStages
Description copied from interface:DeploymentLifecycleLambdaTargetPropsThe lifecycle stages when this hook should be executed.- Specified by:
getLifecycleStagesin interfaceDeploymentLifecycleLambdaTargetProps
-
getRole
Description copied from interface:DeploymentLifecycleLambdaTargetPropsThe IAM role that grants permissions to invoke the lambda target.Default: - A unique role will be generated for this lambda function.
- Specified by:
getRolein interfaceDeploymentLifecycleLambdaTargetProps
-
$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()
-