View a markdown version of this page

AWS::Bedrock::DataSource DeletionProtectionConfiguration - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Bedrock::DataSource DeletionProtectionConfiguration

Configuration for deletion protection.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DeletionProtectionStatus" : String, "DeletionProtectionThreshold" : Integer }

Properties

DeletionProtectionStatus

Enable or disable deletion protection for the connector.

Required: Yes

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption

DeletionProtectionThreshold

The threshold is the maximum percentage of documents that a sync job can delete from your index. If a sync would delete more than this percentage, the sync skips its delete phase, leaving your indexed documents in place. Not supported for the Custom connector.

Required: No

Type: Integer

Minimum: 0

Maximum: 100

Update requires: No interruption