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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.DeploymentLifecycleLambdaTargetProps
DeploymentLifecycleLambdaTargetProps.Builder, DeploymentLifecycleLambdaTargetProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDeploymentLifecycleLambdaTargetProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final List
<DeploymentLifecycleStage> The lifecycle stages when this hook should be executed.final IRole
getRole()
The IAM role that grants permissions to invoke the lambda target.final int
hashCode()
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:DeploymentLifecycleLambdaTargetProps
The lifecycle stages when this hook should be executed.- Specified by:
getLifecycleStages
in interfaceDeploymentLifecycleLambdaTargetProps
-
getRole
Description copied from interface:DeploymentLifecycleLambdaTargetProps
The IAM role that grants permissions to invoke the lambda target.Default: - A unique role will be generated for this lambda function.
- Specified by:
getRole
in interfaceDeploymentLifecycleLambdaTargetProps
-
$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()
-