interface IDeploymentLifecycleHookTarget
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECS.IDeploymentLifecycleHookTarget |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#IDeploymentLifecycleHookTarget |
Java | software.amazon.awscdk.services.ecs.IDeploymentLifecycleHookTarget |
Python | aws_cdk.aws_ecs.IDeploymentLifecycleHookTarget |
TypeScript (source) | aws-cdk-lib » aws_ecs » IDeploymentLifecycleHookTarget |
Implemented by
Deployment
Interface for deployment lifecycle hook targets.
Methods
| Name | Description |
|---|---|
| bind(scope) | Bind this target to a deployment lifecycle hook. |
bind(scope)
public bind(scope: IConstruct): DeploymentLifecycleHookTargetConfig
Parameters
- scope
IConstruct— The construct scope.
Returns
Bind this target to a deployment lifecycle hook.

.NET
Go
Java
Python
TypeScript (