Show / Hide Table of Contents

Interface CfnVirtualRouterPropsMixin.IVirtualRouterSpecProperty

An object that represents the specification of a virtual router.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppMesh
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnVirtualRouterPropsMixin.IVirtualRouterSpecProperty
Syntax (vb)
Public Interface CfnVirtualRouterPropsMixin.IVirtualRouterSpecProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualrouter-virtualrouterspec.html

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.CfnPropertyMixins.AWS.AppMesh;

             var virtualRouterSpecProperty = new VirtualRouterSpecProperty {
                 Listeners = new [] { new VirtualRouterListenerProperty {
                     PortMapping = new PortMappingProperty {
                         Port = 123,
                         Protocol = "protocol"
                     }
                 } }
             };

Synopsis

Properties

Listeners

The listeners that the virtual router is expected to receive inbound traffic from.

Properties

Listeners

The listeners that the virtual router is expected to receive inbound traffic from.

object? Listeners { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualrouter-virtualrouterspec.html#cfn-appmesh-virtualrouter-virtualrouterspec-listeners

Type union: either IResolvable or (either IResolvable or CfnVirtualRouterPropsMixin.IVirtualRouterListenerProperty)[]

Back to top Generated by DocFX