ResourceDataSyncS3DestinationArgs

data class ResourceDataSyncS3DestinationArgs(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val bucketRegion: Output<String>, val kmsKeyArn: Output<String>? = null, val syncFormat: Output<String>) : ConvertibleToJava<ResourceDataSyncS3DestinationArgs>

Constructors

Link copied to clipboard
constructor(bucketName: Output<String>, bucketPrefix: Output<String>? = null, bucketRegion: Output<String>, kmsKeyArn: Output<String>? = null, syncFormat: Output<String>)

Properties

Link copied to clipboard
val bucketName: Output<String>

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

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

An Amazon S3 prefix for the bucket.

Link copied to clipboard
val bucketRegion: Output<String>

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

Link copied to clipboard
val kmsKeyArn: Output<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
val syncFormat: Output<String>

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

Functions

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