ResourceDataSyncS3Destination

data class ResourceDataSyncS3Destination(val bucketName: String, val kmsKeyArn: String? = null, val prefix: String? = null, val region: String, val syncFormat: String? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String, kmsKeyArn: String? = null, prefix: String? = null, region: String, syncFormat: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of S3 bucket where the aggregated data is stored.

Link copied to clipboard
val kmsKeyArn: String? = null

ARN of an encryption key for a destination in Amazon S3.

Link copied to clipboard
val prefix: String? = null

Prefix for the bucket.

Link copied to clipboard

Region with the bucket targeted by the Resource Data Sync.

Link copied to clipboard
val syncFormat: String? = null

A supported sync format. Only JsonSerDe is currently supported. Defaults to JsonSerDe.