ReplicaGlobalSecondaryIndexSettingsUpdate
public struct ReplicaGlobalSecondaryIndexSettingsUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the global secondary index. The name must be unique among all other indexes on this table.
Declaration
Swift
public let indexName: String
-
Auto scaling settings for managing a global secondary index replica’s read capacity units.
Declaration
Swift
public let provisionedReadCapacityAutoScalingSettingsUpdate: AutoScalingSettingsUpdate?
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
Declaration
Swift
public let provisionedReadCapacityUnits: Int64?
-
Undocumented
Declaration
Swift
public init(indexName: String, provisionedReadCapacityAutoScalingSettingsUpdate: AutoScalingSettingsUpdate? = nil, provisionedReadCapacityUnits: Int64? = nil)
-
Declaration
Swift
public func validate(name: String) throws