ClusterS3Import

data class ClusterS3Import(val bucketName: String, val bucketPrefix: String? = null, val ingestionRole: String, val sourceEngine: String, val sourceEngineVersion: String)

Constructors

Link copied to clipboard
constructor(bucketName: String, bucketPrefix: String? = null, ingestionRole: String, sourceEngine: String, sourceEngineVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bucket name where your backup is stored

Link copied to clipboard
val bucketPrefix: String? = null

Can be blank, but is the path to your backup

Link copied to clipboard

Role applied to load the data.

Link copied to clipboard

Source engine for the backup

Link copied to clipboard

Version of the source engine used to make the backup This will not recreate the resource if the S3 object changes in some way. It's only used to initialize the database. This only works currently with the aurora engine. See AWS for currently supported engines and options. See Aurora S3 Migration Docs.