interface IAlternateTarget
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECS.IAlternateTarget |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#IAlternateTarget |
Java | software.amazon.awscdk.services.ecs.IAlternateTarget |
Python | aws_cdk.aws_ecs.IAlternateTarget |
TypeScript (source) | 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.

.NET
Go
Java
Python
TypeScript (