This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:PatternObjectFilterConfigurationType: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 PATTERNtype is regular expression patterns you can apply to filter your content.Required: Yes Type: String Allowed values: PATTERNUpdate requires: No interruption