ValidStorageOptions
public struct ValidStorageOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.
Declaration
Swift
public let iopsToStorageRatio: [DoubleRange]?
-
The valid range of provisioned IOPS. For example, 1000-20000.
Declaration
Swift
public let provisionedIops: [Range]?
-
The valid range of storage in gibibytes. For example, 100 to 16384.
Declaration
Swift
public let storageSize: [Range]?
-
The valid storage types for your DB instance. For example, gp2, io1.
Declaration
Swift
public let storageType: String?
-
Whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.
Declaration
Swift
public let supportsStorageAutoscaling: Bool?
-
Undocumented
Declaration
Swift
public init(iopsToStorageRatio: [DoubleRange]? = nil, provisionedIops: [Range]? = nil, storageSize: [Range]? = nil, storageType: String? = nil, supportsStorageAutoscaling: Bool? = nil)