RdsConfiguration

Provides information that describes the configuration of the recommended target engine on Amazon RDS.

Types

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

Properties

Link copied to clipboard

Describes the deployment option for the recommended Amazon RDS DB instance. The deployment options include Multi-AZ and Single-AZ deployments. Valid values include "MULTI_AZ" and "SINGLE_AZ".

Link copied to clipboard

Describes the recommended target Amazon RDS engine edition.

Link copied to clipboard

Describes the recommended target Amazon RDS engine version.

Link copied to clipboard

Describes the memory on the recommended Amazon RDS DB instance that meets your requirements.

Link copied to clipboard

Describes the recommended target Amazon RDS instance type.

Link copied to clipboard

Describes the number of virtual CPUs (vCPU) on the recommended Amazon RDS DB instance that meets your requirements.

Link copied to clipboard

Describes the number of I/O operations completed each second (IOPS) on the recommended Amazon RDS DB instance that meets your requirements.

Link copied to clipboard

Describes the storage size of the recommended Amazon RDS DB instance that meets your requirements.

Link copied to clipboard

Describes the storage type of the recommended Amazon RDS DB instance that meets your requirements.

Functions

Link copied to clipboard
inline fun copy(block: RdsConfiguration.Builder.() -> Unit = {}): RdsConfiguration
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