View source: R/firehose_operations.R
firehose_delete_delivery_stream | R Documentation |
Deletes a Firehose stream and its data.
See https://www.paws-r-sdk.com/docs/firehose_delete_delivery_stream/ for full documentation.
firehose_delete_delivery_stream(DeliveryStreamName, AllowForceDelete = NULL)
DeliveryStreamName |
[required] The name of the Firehose stream. |
AllowForceDelete |
Set this to true if you want to delete the Firehose 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.