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}
YAML
DeletionProtectionStatus:StringDeletionProtectionThreshold:Integer
Properties
DeletionProtectionStatus-
Enable or disable deletion protection for the connector.
Required: Yes
Type: String
Allowed values:
ENABLED | DISABLEDUpdate 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:
0Maximum:
100Update requires: No interruption