# AWS::VpcLattice::Rule PathMatch ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Match" : PathMatchType,
    "CaseSensitive" : Boolean
}
### YAML
Match: PathMatchType
CaseSensitive: Boolean
## Properties #### Match _Required_: Yes _Type_: PathMatchType _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### CaseSensitive _Required_: No _Type_: Boolean _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)