class AllAtOnceTrafficRouting
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeDeploy.AllAtOnceTrafficRouting |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#AllAtOnceTrafficRouting |
![]() | software.amazon.awscdk.services.codedeploy.AllAtOnceTrafficRouting |
![]() | aws_cdk.aws_codedeploy.AllAtOnceTrafficRouting |
![]() | aws-cdk-lib » aws_codedeploy » AllAtOnceTrafficRouting |
Extends
Traffic
Define a traffic routing config of type 'AllAtOnce'.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codedeploy as codedeploy } from 'aws-cdk-lib';
const allAtOnceTrafficRouting = codedeploy.AllAtOnceTrafficRouting.allAtOnce();
Initializer
new AllAtOnceTrafficRouting()
Methods
Name | Description |
---|---|
bind(_scope) | Return a TrafficRoutingConfig of type AllAtOnce . |
bind(_scope)
public bind(_scope: Construct): TrafficRoutingConfig
Parameters
- _scope
Construct
Returns
Return a TrafficRoutingConfig of type AllAtOnce
.