AWSDynamoDBSourceTableFeatureDetails Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSDynamoDBModel.h AWSDynamoDBModel.m |
Overview
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
globalSecondaryIndexes
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.
@property (nonatomic, strong) NSArray<AWSDynamoDBGlobalSecondaryIndexInfo*> *globalSecondaryIndexes
Declared In
AWSDynamoDBModel.h
localSecondaryIndexes
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.
@property (nonatomic, strong) NSArray<AWSDynamoDBLocalSecondaryIndexInfo*> *localSecondaryIndexes
Declared In
AWSDynamoDBModel.h
SSEDescription
The description of the server-side encryption status on the table when the backup was created.
@property (nonatomic, strong) AWSDynamoDBSSEDescription *SSEDescription
Declared In
AWSDynamoDBModel.h
streamDescription
Stream settings on the table when the backup was created.
@property (nonatomic, strong) AWSDynamoDBStreamSpecification *streamDescription
Declared In
AWSDynamoDBModel.h
timeToLiveDescription
Time to Live settings on the table when the backup was created.
@property (nonatomic, strong) AWSDynamoDBTimeToLiveDescription *timeToLiveDescription
Declared In
AWSDynamoDBModel.h