Show / Hide Table of Contents

Class AllAtOnceTrafficRouting

Define a traffic routing config of type 'AllAtOnce'.

Inheritance
object
TrafficRouting
AllAtOnceTrafficRouting
Inherited Members
TrafficRouting.AllAtOnce()
TrafficRouting.TimeBasedCanary(ITimeBasedCanaryTrafficRoutingProps)
TrafficRouting.TimeBasedLinear(ITimeBasedLinearTrafficRoutingProps)
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AllAtOnceTrafficRouting : TrafficRouting
Syntax (vb)
Public Class AllAtOnceTrafficRouting Inherits TrafficRouting
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.CodeDeploy;

            var allAtOnceTrafficRouting = AllAtOnceTrafficRouting.AllAtOnce();

Synopsis

Constructors

AllAtOnceTrafficRouting()

Define a traffic routing config of type 'AllAtOnce'.

Methods

Bind(Construct)

Return a TrafficRoutingConfig of type AllAtOnce.

Constructors

AllAtOnceTrafficRouting()

Define a traffic routing config of type 'AllAtOnce'.

public AllAtOnceTrafficRouting()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.CodeDeploy;

            var allAtOnceTrafficRouting = AllAtOnceTrafficRouting.AllAtOnce();

Methods

Bind(Construct)

Return a TrafficRoutingConfig of type AllAtOnce.

public override ITrafficRoutingConfig Bind(Construct scope)
Parameters
scope Construct
Returns

ITrafficRoutingConfig

Overrides
TrafficRouting.Bind(Construct)
Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX