Encryption

Contains the type of server-side encryption used.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).

Link copied to clipboard

If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.

Link copied to clipboard

If the encryption type is aws:kms, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Amazon Web Services Key Management Service Developer Guide.

Functions

Link copied to clipboard
inline fun copy(block: Encryption.Builder.() -> Unit = {}): Encryption
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String