AWSDynamoDBReplicaGlobalSecondaryIndexDescription
Objective-C
@interface AWSDynamoDBReplicaGlobalSecondaryIndexDescription
Swift
class AWSDynamoDBReplicaGlobalSecondaryIndexDescription
Represents the properties of a replica global secondary index.
-
The name of the global secondary index.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable indexName;Swift
var indexName: String? { get set } -
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBOnDemandThroughputOverride *_Nullable onDemandThroughputOverride;Swift
var onDemandThroughputOverride: AWSDynamoDBOnDemandThroughputOverride? { get set } -
If not described, uses the source table GSI’s read capacity settings.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBProvisionedThroughputOverride *_Nullable provisionedThroughputOverride;Swift
var provisionedThroughputOverride: AWSDynamoDBProvisionedThroughputOverride? { get set }
View on GitHub
Install in Dash
AWSDynamoDBReplicaGlobalSecondaryIndexDescription Class Reference