Class: Aws::DatabaseMigrationService::Types::RdsRequirements
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::RdsRequirements
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information that describes the requirements to the target engine on Amazon RDS.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_option ⇒ String
The required deployment option for the Amazon RDS DB instance.
-
#engine_edition ⇒ String
The required target Amazon RDS engine edition.
-
#engine_version ⇒ String
The required target Amazon RDS engine version.
-
#instance_memory ⇒ Float
The required memory on the Amazon RDS DB instance.
-
#instance_vcpu ⇒ Float
The required number of virtual CPUs (vCPU) on the Amazon RDS DB instance.
-
#storage_iops ⇒ Integer
The required number of I/O operations completed each second (IOPS) on your Amazon RDS DB instance.
-
#storage_size ⇒ Integer
The required Amazon RDS DB instance storage size.
Instance Attribute Details
#deployment_option ⇒ String
The required deployment option for the Amazon RDS DB instance. Valid values include ‘“MULTI_AZ”` for Multi-AZ deployments and `“SINGLE_AZ”` for Single-AZ deployments.
9926 9927 9928 9929 9930 9931 9932 9933 9934 9935 9936 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9926 class RdsRequirements < Struct.new( :engine_edition, :instance_vcpu, :instance_memory, :storage_size, :storage_iops, :deployment_option, :engine_version) SENSITIVE = [] include Aws::Structure end |
#engine_edition ⇒ String
The required target Amazon RDS engine edition.
9926 9927 9928 9929 9930 9931 9932 9933 9934 9935 9936 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9926 class RdsRequirements < Struct.new( :engine_edition, :instance_vcpu, :instance_memory, :storage_size, :storage_iops, :deployment_option, :engine_version) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The required target Amazon RDS engine version.
9926 9927 9928 9929 9930 9931 9932 9933 9934 9935 9936 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9926 class RdsRequirements < Struct.new( :engine_edition, :instance_vcpu, :instance_memory, :storage_size, :storage_iops, :deployment_option, :engine_version) SENSITIVE = [] include Aws::Structure end |
#instance_memory ⇒ Float
The required memory on the Amazon RDS DB instance.
9926 9927 9928 9929 9930 9931 9932 9933 9934 9935 9936 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9926 class RdsRequirements < Struct.new( :engine_edition, :instance_vcpu, :instance_memory, :storage_size, :storage_iops, :deployment_option, :engine_version) SENSITIVE = [] include Aws::Structure end |
#instance_vcpu ⇒ Float
The required number of virtual CPUs (vCPU) on the Amazon RDS DB instance.
9926 9927 9928 9929 9930 9931 9932 9933 9934 9935 9936 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9926 class RdsRequirements < Struct.new( :engine_edition, :instance_vcpu, :instance_memory, :storage_size, :storage_iops, :deployment_option, :engine_version) SENSITIVE = [] include Aws::Structure end |
#storage_iops ⇒ Integer
The required number of I/O operations completed each second (IOPS) on your Amazon RDS DB instance.
9926 9927 9928 9929 9930 9931 9932 9933 9934 9935 9936 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9926 class RdsRequirements < Struct.new( :engine_edition, :instance_vcpu, :instance_memory, :storage_size, :storage_iops, :deployment_option, :engine_version) SENSITIVE = [] include Aws::Structure end |
#storage_size ⇒ Integer
The required Amazon RDS DB instance storage size.
9926 9927 9928 9929 9930 9931 9932 9933 9934 9935 9936 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9926 class RdsRequirements < Struct.new( :engine_edition, :instance_vcpu, :instance_memory, :storage_size, :storage_iops, :deployment_option, :engine_version) SENSITIVE = [] include Aws::Structure end |