SourceTableFeatureDetails
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
Types
Properties
Link copied to clipboard
Represents the GSI properties for the table when the backup was created. It includes the IndexName, KeySchema, Projection, and ProvisionedThroughput for the GSIs on the table at the time of backup.
Link copied to clipboard
Represents the LSI properties for the table when the backup was created. It includes the IndexName, KeySchema and Projection for the LSIs on the table at the time of backup.
Link copied to clipboard
The description of the server-side encryption status on the table when the backup was created.
Link copied to clipboard
Stream settings on the table when the backup was created.
Link copied to clipboard
Time to Live settings on the table when the backup was created.
Functions
Link copied to clipboard
inline fun copy(block: SourceTableFeatureDetails.Builder.() -> Unit = {}): SourceTableFeatureDetails