DeleteDeliveryStreamInput
public struct DeleteDeliveryStreamInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Set this to true if you want to delete the delivery stream even if Kinesis Data Firehose is unable to retire the grant for the CMK. Kinesis Data 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 Kinesis Data Firehose. If a failure to retire the grant happens due to an AWS KMS issue, Kinesis Data Firehose keeps retrying the delete operation. The default value is false.
Declaration
Swift
public let allowForceDelete: Bool?
-
The name of the delivery stream.
Declaration
Swift
public let deliveryStreamName: String
-
Undocumented
Declaration
Swift
public init(allowForceDelete: Bool? = nil, deliveryStreamName: String)
-
Declaration
Swift
public func validate(name: String) throws