AWS::Bedrock::DataSource PatternObjectFilter
The specific filters applied to your data source content. You can filter out or include certain content.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ExclusionFilters" :
[ String, ... ]
, "InclusionFilters" :[ String, ... ]
, "ObjectType" :String
}
YAML
ExclusionFilters:
- String
InclusionFilters:- String
ObjectType:String
Properties
ExclusionFilters
-
A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern. If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.
Required: No
Type: Array of String
Minimum:
1
Maximum:
1000 | 25
Update requires: No interruption
InclusionFilters
-
A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern. If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.
Required: No
Type: Array of String
Minimum:
1
Maximum:
1000 | 25
Update requires: No interruption
ObjectType
-
The supported object type or content type of the data source.
Required: Yes
Type: String
Minimum:
1
Maximum:
50
Update requires: No interruption