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

Copy path to clipboard

Source

{ Type =
{ Invert : Optional Bool
, Match : Optional (./HeaderMatchMethod.dhall).Type
, Name : (./../../Fn.dhall).CfnText
}
, default =
{ Invert = None Bool, Match = None (./HeaderMatchMethod.dhall).Type }
}