EventActionActionExportRevisionToS3Encryption

data class EventActionActionExportRevisionToS3Encryption(val kmsKeyArn: String? = null, val type: String? = null)

Constructors

constructor(kmsKeyArn: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyArn: String? = null

ARN of the KMS key used for encryption.

Link copied to clipboard
val type: String? = null

Type of server-side encryption. Valid values are aws:kms or aws:s3.