interface IAlternateTarget
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECS.IAlternateTarget |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#IAlternateTarget |
![]() | software.amazon.awscdk.services.ecs.IAlternateTarget |
![]() | aws_cdk.aws_ecs.IAlternateTarget |
![]() | aws-cdk-lib » aws_ecs » IAlternateTarget |
Implemented by
Alternate
Interface for configuring alternate target groups for blue/green deployments.
Methods
Name | Description |
---|---|
bind(scope) | Bind this configuration to a service. |
bind(scope)
public bind(scope: IConstruct): AlternateTargetConfig
Parameters
- scope
IConstruct
— The construct scope.
Returns
Bind this configuration to a service.