UpdateTableReplicaAutoScalingInput
public struct UpdateTableReplicaAutoScalingInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
Declaration
Swift
public let globalSecondaryIndexUpdates: [GlobalSecondaryIndexAutoScalingUpdate]?
-
Undocumented
Declaration
Swift
public let provisionedWriteCapacityAutoScalingUpdate: AutoScalingSettingsUpdate?
-
Represents the auto scaling settings of replicas of the table that will be modified.
Declaration
Swift
public let replicaUpdates: [ReplicaAutoScalingUpdate]?
-
The name of the global table to be updated.
Declaration
Swift
public let tableName: String
-
init(globalSecondaryIndexUpdates:provisionedWriteCapacityAutoScalingUpdate:replicaUpdates:tableName:)
Undocumented
Declaration
Swift
public init(globalSecondaryIndexUpdates: [GlobalSecondaryIndexAutoScalingUpdate]? = nil, provisionedWriteCapacityAutoScalingUpdate: AutoScalingSettingsUpdate? = nil, replicaUpdates: [ReplicaAutoScalingUpdate]? = nil, tableName: String)
-
Declaration
Swift
public func validate(name: String) throws