AWSConnectEncryptionConfig
Objective-C
@interface AWSConnectEncryptionConfig
Swift
class AWSConnectEncryptionConfig
The encryption configuration.
Required parameters: [EncryptionType, KeyId]
-
The type of encryption.
Declaration
Objective-C
@property (nonatomic) AWSConnectEncryptionType encryptionType;
Swift
var encryptionType: AWSConnectEncryptionType { get set }
-
The full ARN of the encryption key.
Be sure to provide the full ARN of the encryption key, not just the ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyId;
Swift
var keyId: String? { get set }