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
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; }