AWSFirehoseEncryptionConfiguration
Objective-C
@interface AWSFirehoseEncryptionConfiguration
Swift
class AWSFirehoseEncryptionConfiguration
Describes the encryption for a destination in Amazon S3.
-
The encryption key.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseKMSEncryptionConfig *_Nullable KMSEncryptionConfig;
Swift
var kmsEncryptionConfig: AWSFirehoseKMSEncryptionConfig? { get set }
-
Specifically override existing encryption information to ensure that no encryption is used.
Declaration
Objective-C
@property (nonatomic) AWSFirehoseNoEncryptionConfig noEncryptionConfig;
Swift
var noEncryptionConfig: AWSFirehoseNoEncryptionConfig { get set }