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
constructor(bucketName: String, bucketPrefix: String? = null, bucketRegion: String, kmsKeyArn: String? = null, syncFormat: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the S3 bucket where the aggregated data is stored.

Link copied to clipboard
val bucketPrefix: String? = null

An Amazon S3 prefix for the bucket.

Link copied to clipboard

The AWS Region with the S3 bucket targeted by the resource data sync.

Link copied to clipboard
val kmsKeyArn: String? = null

The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.

Link copied to clipboard

A supported sync format. The following format is currently supported: JsonSerDe