firehose_delete_delivery_stream: Deletes a delivery stream and its data

View source: R/firehose_operations.R

firehose_delete_delivery_streamR Documentation

Deletes a delivery stream and its data

Description

Deletes a delivery stream and its data.

See https://www.paws-r-sdk.com/docs/firehose_delete_delivery_stream/ for full documentation.

Usage

firehose_delete_delivery_stream(DeliveryStreamName, AllowForceDelete = NULL)

Arguments

DeliveryStreamName

[required] The name of the delivery stream.

AllowForceDelete

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 Amazon Web Services KMS issue, Kinesis Data Firehose keeps retrying the delete operation.

The default value is false.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.