Limitation

Provides information about the limitations of target Amazon Web Services engines.

Your source database might include features that the target Amazon Web Services engine doesn't support. Fleet Advisor lists these features as limitations. You should consider these limitations during database migration. For each limitation, Fleet Advisor recommends an action that you can take to address or avoid this limitation.

Types

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

Properties

Link copied to clipboard

The identifier of the source database.

Link copied to clipboard

A description of the limitation. Provides additional information about the limitation, and includes recommended actions that you can take to address or avoid this limitation.

Link copied to clipboard

The name of the target engine that Fleet Advisor should use in the target engine recommendation. Valid values include "rds-aurora-mysql", "rds-aurora-postgresql", "rds-mysql", "rds-oracle", "rds-sql-server", and "rds-postgresql".

Link copied to clipboard

The impact of the limitation. You can use this parameter to prioritize limitations that you want to address. Valid values include "Blocker", "High", "Medium", and "Low".

Link copied to clipboard
val name: String?

The name of the limitation. Describes unsupported database features, migration action items, and other limitations.

Link copied to clipboard
val type: String?

The type of the limitation, such as action required, upgrade required, and limited feature.

Functions

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