Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 690 Bytes

File metadata and controls

28 lines (16 loc) · 690 Bytes

@cdklabs/generative-ai-cdk-constructsDocs


@cdklabs/generative-ai-cdk-constructs / bedrock / DataDeletionPolicy

Enumeration: DataDeletionPolicy

Specifies the policy for handling data when a data source resource is deleted. This policy affects the vector embeddings created from the data source.

Enumeration Members

DELETE

DELETE: "DELETE"

Deletes all vector embeddings derived from the data source upon deletion of a data source resource.


RETAIN

RETAIN: "RETAIN"

Retains all vector embeddings derived from the data source even after deletion of a data source resource.