Table of Contents

Interface ICfnTrafficRoute

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

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

string

Type

The resource type of the route.

string Type { get; }

Property Value

string

Remarks

Today, the only allowed value is 'AWS::ElasticLoadBalancingV2::Listener'.