SseKmsEncryptedObjectsArgs

data class SseKmsEncryptedObjectsArgs(val status: Output<Either<String, SseKmsEncryptedObjectsStatus>>? = null) : ConvertibleToJava<SseKmsEncryptedObjectsArgs>

Definition of SseKmsEncryptedObjects

Constructors

Link copied to clipboard
constructor(status: Output<Either<String, SseKmsEncryptedObjectsStatus>>? = null)

Properties

Link copied to clipboard
val status: Output<Either<String, SseKmsEncryptedObjectsStatus>>? = null

Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.

Functions

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