Skip to content

Bedrock Agentcore Control  >  Structures  >  MatchPaths

MatchPaths

Structure Class

MatchPaths dataclass

A condition that matches requests based on the request path.

Attributes

any_of instance-attribute
any_of: list[str]

A list of path patterns. The condition is met if the request path matches any of the patterns.