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.113.0 (build fc68b25)",
date="2025-08-20T12:34:42.431Z")
@Stability(Stable)
public interface IDeploymentLifecycleHookTarget
extends software.amazon.jsii.JsiiSerializable
Interface for deployment lifecycle hook targets.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIDeploymentLifecycleHookTarget
.static final class
A 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.
-