Interface IDeploymentLifecycleHookTarget
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IDeploymentLifecycleHookTarget.Jsii$Default
- All Known Implementing Classes:
DeploymentLifecycleLambdaTarget,IDeploymentLifecycleHookTarget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:35.911Z")
@Stability(Stable)
public interface IDeploymentLifecycleHookTarget
extends software.amazon.jsii.JsiiSerializable
Interface for deployment lifecycle hook targets.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDeploymentLifecycleHookTarget.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(software.constructs.IConstruct scope) Bind this target to a deployment lifecycle hook.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull DeploymentLifecycleHookTargetConfig bind(@NotNull software.constructs.IConstruct scope) Bind this target to a deployment lifecycle hook.- Parameters:
scope- The construct scope. This parameter is required.
-