/dhall-aws-cloudformation/cloudformation/AWS::AppMesh::GatewayRoute/GatewayRouteTarget.dhall
Copy path to clipboardSource
{ Type =
{ Port : Optional Integer
, VirtualService : (./GatewayRouteVirtualService.dhall).Type
}
, default.Port = None Integer
}