InstanceS3ImportArgs

data class InstanceS3ImportArgs(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val ingestionRole: Output<String>, val sourceEngine: Output<String>, val sourceEngineVersion: Output<String>) : ConvertibleToJava<InstanceS3ImportArgs>

Constructors

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

Properties

Link copied to clipboard
val bucketName: Output<String>

The bucket name where your backup is stored

Link copied to clipboard
val bucketPrefix: Output<String>? = null

Can be blank, but is the path to your backup

Link copied to clipboard
val ingestionRole: Output<String>

Role applied to load the data.

Link copied to clipboard
val sourceEngine: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): InstanceS3ImportArgs