AWS::Bedrock::DataSource CrawlFilterConfiguration - 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 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 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