Interface IDeploymentLifecycleHookTarget.Jsii$Default
- All Superinterfaces:
IDeploymentLifecycleHookTarget
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IDeploymentLifecycleHookTarget.Jsii$Proxy
- Enclosing interface:
IDeploymentLifecycleHookTarget
@Internal
public static interface IDeploymentLifecycleHookTarget.Jsii$Default
extends IDeploymentLifecycleHookTarget
Internal default implementation for
IDeploymentLifecycleHookTarget
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.IDeploymentLifecycleHookTarget
IDeploymentLifecycleHookTarget.Jsii$Default, IDeploymentLifecycleHookTarget.Jsii$Proxy
-
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 default DeploymentLifecycleHookTargetConfig bind(@NotNull software.constructs.IConstruct scope) Bind this target to a deployment lifecycle hook.- Specified by:
bind
in interfaceIDeploymentLifecycleHookTarget
- Parameters:
scope
- The construct scope. This parameter is required.
-