aws-cdk-lib.aws_codedeploy.AllAtOnceTrafficRouting

class AllAtOnceTrafficRouting

LanguageType name
.NETAmazon.CDK.AWS.CodeDeploy.AllAtOnceTrafficRouting
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#AllAtOnceTrafficRouting
Javasoftware.amazon.awscdk.services.codedeploy.AllAtOnceTrafficRouting
Pythonaws_cdk.aws_codedeploy.AllAtOnceTrafficRouting
TypeScript (source)aws-cdk-lib » aws_codedeploy » AllAtOnceTrafficRouting

Extends TrafficRouting

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

NameDescription
bind(_scope)Return a TrafficRoutingConfig of type AllAtOnce.

bind(_scope)

public bind(_scope: Construct): TrafficRoutingConfig

Parameters

  • _scope Construct

Returns

  • TrafficRoutingConfig

Return a TrafficRoutingConfig of type AllAtOnce.