AwsXrayEncryptionConfigDetails

Information about the encryption configuration for X-Ray.

Types

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

Properties

Link copied to clipboard

The identifier of the KMS key that is used for encryption. Provided if Type is KMS.

Link copied to clipboard

The current status of the encryption configuration. Valid values are ACTIVE or UPDATING.

Link copied to clipboard
val type: String?

The type of encryption. KMS indicates that the encryption uses KMS keys. NONE indicates the default encryption.

Functions

Link copied to clipboard
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