ProvisionedThroughput
public struct ProvisionedThroughput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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. If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.
Declaration
Swift
public let readCapacityUnits: Int64
-
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide. If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.
Declaration
Swift
public let writeCapacityUnits: Int64
-
Undocumented
Declaration
Swift
public init(readCapacityUnits: Int64, writeCapacityUnits: Int64)
-
Declaration
Swift
public func validate(name: String) throws