aws-cdk-lib.aws_appmesh.CfnVirtualRouter.VirtualRouterListenerProperty

interface VirtualRouterListenerProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnVirtualRouter.VirtualRouterListenerProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualRouter_VirtualRouterListenerProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnVirtualRouter.VirtualRouterListenerProperty
Pythonaws_cdk.aws_appmesh.CfnVirtualRouter.VirtualRouterListenerProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnVirtualRouter » VirtualRouterListenerProperty

An object that represents a virtual router listener.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const virtualRouterListenerProperty: appmesh.CfnVirtualRouter.VirtualRouterListenerProperty = {
  portMapping: {
    port: 123,
    protocol: 'protocol',
  },
};

Properties

NameTypeDescription
portMappingIResolvable | PortMappingPropertyThe port mapping information for the listener.

portMapping

Type: IResolvable | PortMappingProperty

The port mapping information for the listener.