AWS SDK for .NET Documentation
PathPattern Property
AmazonAmazon.CloudFront.ModelCacheBehaviorPathPattern Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property PathPattern. The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.
Declaration Syntax
C#
public string PathPattern { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)