Ssekms

data class Ssekms(val value: SsekmsEncryption) : ObjectEncryption

Specifies to update the object encryption type to server-side encryption with Key Management Service (KMS) keys (SSE-KMS).

Constructors

Link copied to clipboard
constructor(value: SsekmsEncryption)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ObjectEncryption as a Ssekms and retrieves its aws.sdk.kotlin.services.s3.model.SsekmsEncryption value. Throws an exception if the ObjectEncryption is not a Ssekms.

Link copied to clipboard

Casts this ObjectEncryption as a Ssekms and retrieves its aws.sdk.kotlin.services.s3.model.SsekmsEncryption value. Returns null if the ObjectEncryption is not a Ssekms.