/dhall-aws-cloudformation/cloudformation/AWS::AppMesh::Route/WeightedTarget.dhall

Copy path to clipboard

Source

{ Type =
{ Port : Optional Integer
, VirtualNode : (./../../Fn.dhall).CfnText
, Weight : Integer
}
, default.Port = None Integer
}