AWSFirehoseKMSEncryptionConfig
Objective-C
@interface AWSFirehoseKMSEncryptionConfig
Swift
class AWSFirehoseKMSEncryptionConfig
Describes an encryption key for a destination in Amazon S3.
Required parameters: [AWSKMSKeyARN]
-
The Amazon Resource Name (ARN) of the encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable AWSKMSKeyARN;
Swift
var awskmsKeyARN: String? { get set }