class Aws::DatabaseMigrationService::Types::OrderableReplicationInstance
In response to the `DescribeOrderableReplicationInstances` operation, this object describes an available replication instance. This description includes the replication instance's type, engine version, and allocated storage.
@!attribute [rw] engine_version
The version of the replication engine. @return [String]
@!attribute [rw] replication_instance_class
The compute and memory capacity of the replication instance as defined for the specified replication instance class. For example to specify the instance class dms.c4.large, set this parameter to `"dms.c4.large"`. For more information on the settings and capacities for the available replication instance classes, see [ Selecting the right DMS replication instance for your migration][1]. [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth @return [String]
@!attribute [rw] storage_type
The type of storage used by the replication instance. @return [String]
@!attribute [rw] min_allocated_storage
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance. @return [Integer]
@!attribute [rw] max_allocated_storage
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance. @return [Integer]
@!attribute [rw] default_allocated_storage
The default amount of storage (in gigabytes) that is allocated for the replication instance. @return [Integer]
@!attribute [rw] included_allocated_storage
The amount of storage (in gigabytes) that is allocated for the replication instance. @return [Integer]
@!attribute [rw] availability_zones
List of Availability Zones for this replication instance. @return [Array<String>]
@!attribute [rw] release_status
The value returned when the specified `EngineVersion` of the replication instance is in Beta or test mode. This indicates some features might not work as expected. <note markdown="1"> DMS supports the `ReleaseStatus` parameter in versions 3.1.4 and later. </note> @return [String]
@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/OrderableReplicationInstance AWS API Documentation
Constants
- SENSITIVE