/dhall-aws-cloudformation/cloudformation/AWS::VpcLattice::Rule/HeaderMatch.dhall
Copy path to clipboardSource
{ Type =
{ CaseSensitive : Optional Bool
, Match : (./HeaderMatchType.dhall).Type
, Name : (./../../Fn.dhall).CfnText
}
, default.CaseSensitive = None Bool
}