EventActionActionExportRevisionToS3EncryptionArgs

data class EventActionActionExportRevisionToS3EncryptionArgs(val kmsKeyArn: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<EventActionActionExportRevisionToS3EncryptionArgs>

Constructors

constructor(kmsKeyArn: Output<String>? = null, type: Output<String>? = null)

Properties

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

ARN of the KMS key used for encryption.

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

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

Functions

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