AWSFirehoseStartDeliveryStreamEncryptionInput
Objective-C
@interface AWSFirehoseStartDeliveryStreamEncryptionInput
Swift
class AWSFirehoseStartDeliveryStreamEncryptionInput
-
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseDeliveryStreamEncryptionConfigurationInput *_Nullable deliveryStreamEncryptionConfigurationInput;
Swift
var deliveryStreamEncryptionConfigurationInput: AWSFirehoseDeliveryStreamEncryptionConfigurationInput? { get set }
-
The name of the delivery stream for which you want to enable server-side encryption (SSE).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deliveryStreamName;
Swift
var deliveryStreamName: String? { get set }