/dhall-aws-cloudformation/cloudformation/AWS::Lightsail::Distribution/CacheBehaviorPerPath.dhall
Copy path to clipboardSource
{ Type =
{ Behavior : Optional (./../../Fn.dhall).CfnText
, Path : Optional (./../../Fn.dhall).CfnText
}
, default =
{ Behavior = None (./../../Fn.dhall).CfnText
, Path = None (./../../Fn.dhall).CfnText
}
}