Struct aws_sdk_firehose::input::DeleteDeliveryStreamInput
source ·
[−]#[non_exhaustive]pub struct DeleteDeliveryStreamInput {
pub delivery_stream_name: Option<String>,
pub allow_force_delete: Option<bool>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.delivery_stream_name: Option<String>
The name of the delivery stream.
allow_force_delete: Option<bool>
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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDeliveryStream, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDeliveryStream, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteDeliveryStream
>
Creates a new builder-style object to manufacture DeleteDeliveryStreamInput
The name of the delivery stream.
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.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DeleteDeliveryStreamInput
impl Send for DeleteDeliveryStreamInput
impl Sync for DeleteDeliveryStreamInput
impl Unpin for DeleteDeliveryStreamInput
impl UnwindSafe for DeleteDeliveryStreamInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more