AWSDynamoDBReplicaGlobalSecondaryIndex
Objective-C
@interface AWSDynamoDBReplicaGlobalSecondaryIndex
Swift
class AWSDynamoDBReplicaGlobalSecondaryIndex
Represents the properties of a replica global secondary index.
Required parameters: [IndexName]
-
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 settings 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 }
-
Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI’s read capacity settings.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBProvisionedThroughputOverride *_Nullable provisionedThroughputOverride;
Swift
var provisionedThroughputOverride: AWSDynamoDBProvisionedThroughputOverride? { get set }