Encryption

Contains information about the encryption used to store the job results in Amazon S3.

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 or aws:kms.

Link copied to clipboard

Optional. If the encryption type is aws:kms, you can use this value to specify the encryption context for the job results.

Link copied to clipboard

The AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS fail if not made by using Secure Sockets Layer (SSL) or Signature Version 4.

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