Show / Hide Table of Contents

Interface ICfnTrafficRoute

A traffic route, representing where the traffic is being directed to.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTrafficRoute
Syntax (vb)
Public Interface ICfnTrafficRoute
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;

            var cfnTrafficRoute = new CfnTrafficRoute {
                LogicalId = "logicalId",
                Type = "type"
            };

Synopsis

Properties

LogicalId

The logical id of the target resource.

Type

The resource type of the route.

Properties

LogicalId

The logical id of the target resource.

string LogicalId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Type

The resource type of the route.

string Type { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX