ResourceDataSyncS3DestinationArgs

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

Constructors

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

Properties

Link copied to clipboard
val bucketName: Output<String>

Name of S3 bucket where the aggregated data is stored.

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

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

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

Prefix for the bucket.

Link copied to clipboard
val region: Output<String>

Region with the bucket targeted by the Resource Data Sync.

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

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

Functions

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