AWS::Bedrock::DataSource PatternObjectFilter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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 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