ResourceDataSyncS3Destination

data class ResourceDataSyncS3Destination(val bucketName: String, val bucketPrefix: String? = null, val bucketRegion: String, val kmsKeyArn: String? = null, val syncFormat: String)

Constructors

Link copied to clipboard
fun ResourceDataSyncS3Destination(bucketName: String, bucketPrefix: String? = null, bucketRegion: String, kmsKeyArn: String? = null, syncFormat: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val bucketPrefix: String? = null
Link copied to clipboard
Link copied to clipboard
val kmsKeyArn: String? = null
Link copied to clipboard