EncryptionConfig
public struct EncryptionConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the customer master key (CMK) used for encryption, if applicable.
Declaration
Swift
public let keyId: String? -
The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.
Declaration
Swift
public let status: EncryptionStatus? -
The type of encryption. Set to KMS for encryption with CMKs. Set to NONE for default encryption.
Declaration
Swift
public let type: EncryptionType? -
Undocumented
Declaration
Swift
public init(keyId: String? = nil, status: EncryptionStatus? = nil, type: EncryptionType? = nil)
View on GitHub
EncryptionConfig Structure Reference