AWSFirehoseDeliveryStreamEncryptionConfiguration
Objective-C
@interface AWSFirehoseDeliveryStreamEncryptionConfiguration
Swift
class AWSFirehoseDeliveryStreamEncryptionConfiguration
Contains information about the server-side encryption (SSE) status for the delivery stream, the type customer master key (CMK) in use, if any, and the ARN of the CMK. You can get DeliveryStreamEncryptionConfiguration by invoking the DescribeDeliveryStream operation.
-
Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.
Declaration
Objective-C
@property (nonatomic, strong) AWSFirehoseFailureDescription *_Nullable failureDescription;Swift
var failureDescription: AWSFirehoseFailureDescription? { get set } -
If
KeyTypeisCUSTOMER_MANAGED_CMK, this field contains the ARN of the customer managed CMK. IfKeyTypeisAmazon Web Services_OWNED_CMK,DeliveryStreamEncryptionConfigurationdoesn’t contain a value forKeyARN.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyARN;Swift
var keyARN: String? { get set } -
Indicates the type of customer master key (CMK) that is used for encryption. The default setting is
Amazon Web Services_OWNED_CMK. For more information about CMKs, see Customer Master Keys (CMKs).Declaration
Objective-C
@property (nonatomic) AWSFirehoseKeyType keyType;Swift
var keyType: AWSFirehoseKeyType { get set } -
This is the server-side encryption (SSE) status for the delivery stream. For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption. If this status is
ENABLING_FAILEDorDISABLING_FAILED, it is the status of the most recent attempt to enable or disable SSE, respectively.Declaration
Objective-C
@property (nonatomic) AWSFirehoseDeliveryStreamEncryptionStatus status;Swift
var status: AWSFirehoseDeliveryStreamEncryptionStatus { get set }
View on GitHub
Install in Dash
AWSFirehoseDeliveryStreamEncryptionConfiguration Class Reference