ReplicaSettingsUpdate
public struct ReplicaSettingsUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Region of the replica to be added.
Declaration
Swift
public let regionName: String
-
Represents the settings of a global secondary index for a global table that will be modified.
Declaration
Swift
public let replicaGlobalSecondaryIndexSettingsUpdate: [ReplicaGlobalSecondaryIndexSettingsUpdate]?
-
Auto scaling settings for managing a global table replica’s read capacity units.
Declaration
Swift
public let replicaProvisionedReadCapacityAutoScalingSettingsUpdate: AutoScalingSettingsUpdate?
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
Declaration
Swift
public let replicaProvisionedReadCapacityUnits: Int64?
-
init(regionName:replicaGlobalSecondaryIndexSettingsUpdate:replicaProvisionedReadCapacityAutoScalingSettingsUpdate:replicaProvisionedReadCapacityUnits:)
Undocumented
Declaration
Swift
public init(regionName: String, replicaGlobalSecondaryIndexSettingsUpdate: [ReplicaGlobalSecondaryIndexSettingsUpdate]? = nil, replicaProvisionedReadCapacityAutoScalingSettingsUpdate: AutoScalingSettingsUpdate? = nil, replicaProvisionedReadCapacityUnits: Int64? = nil)
-
Declaration
Swift
public func validate(name: String) throws