EncryptionConfig

A configuration document that specifies encryption configuration settings.

Types

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

Properties

Link copied to clipboard

The ID of the KMS key used for encryption, if applicable.

Link copied to clipboard

The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.

Link copied to clipboard

The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE for default encryption.

Functions

Link copied to clipboard
inline fun copy(block: EncryptionConfig.Builder.() -> Unit = {}): EncryptionConfig
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