ReplicationPendingModifiedValues

public struct ReplicationPendingModifiedValues : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The amount of storage (in gigabytes) that is allocated for the replication instance.

    Declaration

    Swift

    public let allocatedStorage: Int?
  • The engine version number of the replication instance.

    Declaration

    Swift

    public let engineVersion: String?
  • Specifies whether the replication instance is a Multi-AZ deployment. You can’t set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

    Declaration

    Swift

    public let multiAZ: Bool?
  • The compute and memory capacity of the replication instance as defined for the specified replication instance class. For more information on the settings and capacities for the available replication instance classes, see Selecting the right AWS DMS replication instance for your migration.

    Declaration

    Swift

    public let replicationInstanceClass: String?
  • Undocumented

    Declaration

    Swift

    public init(allocatedStorage: Int? = nil, engineVersion: String? = nil, multiAZ: Bool? = nil, replicationInstanceClass: String? = nil)