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.
  • 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.