/dhall-aws-cloudformation/cloudformation/AWS::VpcLattice::Rule/HeaderMatch.dhall

Copy path to clipboard

Source

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