ReplicaAutoScalingUpdate
public struct ReplicaAutoScalingUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Region where the replica exists.
Declaration
Swift
public let regionName: String
-
Represents the auto scaling settings of global secondary indexes that will be modified.
Declaration
Swift
public let replicaGlobalSecondaryIndexUpdates: [ReplicaGlobalSecondaryIndexAutoScalingUpdate]?
-
Undocumented
Declaration
Swift
public let replicaProvisionedReadCapacityAutoScalingUpdate: AutoScalingSettingsUpdate?
-
init(regionName:replicaGlobalSecondaryIndexUpdates:replicaProvisionedReadCapacityAutoScalingUpdate:)
Undocumented
Declaration
Swift
public init(regionName: String, replicaGlobalSecondaryIndexUpdates: [ReplicaGlobalSecondaryIndexAutoScalingUpdate]? = nil, replicaProvisionedReadCapacityAutoScalingUpdate: AutoScalingSettingsUpdate? = nil)
-
Declaration
Swift
public func validate(name: String) throws