Interface ICfnTrafficRoute
A traffic route, representing where the traffic is being directed to.
public interface ICfnTrafficRoute
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
Properties
LogicalId
The logical id of the target resource.
string LogicalId { get; }
Property Value
Type
The resource type of the route.
string Type { get; }
Property Value
Remarks
Today, the only allowed value is 'AWS::ElasticLoadBalancingV2::Listener'.