AWSFirehoseDeleteDeliveryStreamInput
Objective-C
@interface AWSFirehoseDeleteDeliveryStreamInput
Swift
class AWSFirehoseDeleteDeliveryStreamInput
-
Set this to true if you want to delete the delivery stream even if Firehose is unable to retire the grant for the CMK. Firehose might be unable to retire the grant due to a customer error, such as when the CMK or the grant are in an invalid state. If you force deletion, you can then use the RevokeGrant operation to revoke the grant you gave to Firehose. If a failure to retire the grant happens due to an Amazon Web Services KMS issue, Firehose keeps retrying the delete operation.
The default value is false.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable allowForceDelete;
Swift
var allowForceDelete: NSNumber? { get set }
-
The name of the delivery stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deliveryStreamName;
Swift
var deliveryStreamName: String? { get set }