AWS::Bedrock::DataSource CrawlFilterConfiguration
The configuration of filtering the data source content. For example, configuring regular expression patterns to include or exclude certain content.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PatternObjectFilter" :
PatternObjectFilterConfiguration
, "Type" :String
}
YAML
PatternObjectFilter:
PatternObjectFilterConfiguration
Type:String
Properties
PatternObjectFilter
-
The configuration of filtering certain objects or content types of the data source.
Required: No
Type: PatternObjectFilterConfiguration
Update requires: No interruption
Type
-
The type of filtering that you want to apply to certain objects or content of the data source. For example, the
PATTERN
type is regular expression patterns you can apply to filter your content.Required: Yes
Type: String
Allowed values:
PATTERN
Update requires: No interruption