AWSDynamoDBReplicaAutoScalingUpdate
Objective-C
@interface AWSDynamoDBReplicaAutoScalingUpdate
Swift
class AWSDynamoDBReplicaAutoScalingUpdate
Represents the auto scaling settings of a replica that will be modified.
Required parameters: [RegionName]
-
The Region where the replica exists.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable regionName;Swift
var regionName: String? { get set } -
Represents the auto scaling settings of global secondary indexes that will be modified.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBReplicaGlobalSecondaryIndexAutoScalingUpdate *> *_Nullable replicaGlobalSecondaryIndexUpdates;Swift
var replicaGlobalSecondaryIndexUpdates: [AWSDynamoDBReplicaGlobalSecondaryIndexAutoScalingUpdate]? { get set } -
Represents the auto scaling settings to be modified for a global table or global secondary index.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBAutoScalingSettingsUpdate *_Nullable replicaProvisionedReadCapacityAutoScalingUpdate;Swift
var replicaProvisionedReadCapacityAutoScalingUpdate: AWSDynamoDBAutoScalingSettingsUpdate? { get set }
View on GitHub
Install in Dash
AWSDynamoDBReplicaAutoScalingUpdate Class Reference