AWS::Bedrock::DataSource CrawlFilterConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

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