RdsRequirements

Provides information that describes the requirements to the target engine on Amazon RDS.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The required target Amazon RDS engine edition.

Link copied to clipboard

The required target Amazon RDS engine version.

Link copied to clipboard

The required memory on the Amazon RDS DB instance.

Link copied to clipboard

The required number of virtual CPUs (vCPU) on the Amazon RDS DB instance.

Link copied to clipboard

The required number of I/O operations completed each second (IOPS) on your Amazon RDS DB instance.

Link copied to clipboard

The required Amazon RDS DB instance storage size.

Functions

Link copied to clipboard
inline fun copy(block: RdsRequirements.Builder.() -> Unit = {}): RdsRequirements
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String