RdsRequirements
Provides information that describes the requirements to the target engine on Amazon RDS.
Contents
- DeploymentOption
-
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.Type: String
Required: No
- EngineEdition
-
The required target Amazon RDS engine edition.
Type: String
Required: No
- EngineVersion
-
The required target Amazon RDS engine version.
Type: String
Required: No
- InstanceMemory
-
The required memory on the Amazon RDS DB instance.
Type: Double
Required: No
- InstanceVcpu
-
The required number of virtual CPUs (vCPU) on the Amazon RDS DB instance.
Type: Double
Required: No
- StorageIops
-
The required number of I/O operations completed each second (IOPS) on your Amazon RDS DB instance.
Type: Integer
Required: No
- StorageSize
-
The required Amazon RDS DB instance storage size.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: