Class AllAtOnceTrafficRouting
Define a traffic routing config of type 'AllAtOnce'.
Inherited Members
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 |
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
Overrides
Remarks
ExampleMetadata: fixture=_generated