interface IDeploymentLifecycleHookTarget
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECS.IDeploymentLifecycleHookTarget |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#IDeploymentLifecycleHookTarget |
![]() | software.amazon.awscdk.services.ecs.IDeploymentLifecycleHookTarget |
![]() | aws_cdk.aws_ecs.IDeploymentLifecycleHookTarget |
![]() | 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.