Class CfnTrafficRoute
A traffic route, representing where the traffic is being directed to.
public class CfnTrafficRoute : ICfnTrafficRoute
- Inheritance
-
CfnTrafficRoute
- Implements
- Inherited Members
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var cfnTrafficRoute = new CfnTrafficRoute {
LogicalId = "logicalId",
Type = "type"
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
CfnTrafficRoute()
public CfnTrafficRoute()
Properties
LogicalId
The logical id of the target resource.
public string LogicalId { get; set; }
Property Value
Type
The resource type of the route.
public string Type { get; set; }
Property Value
Remarks
Today, the only allowed value is 'AWS::ElasticLoadBalancingV2::Listener'.