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

Configuration for deletion protection.

Syntax

To declare this entity in your 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