enum HttpBackupMode
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.KinesisFirehose.HttpBackupMode |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#HttpBackupMode |
Java | software.amazon.awscdk.services.kinesisfirehose.HttpBackupMode |
Python | aws_cdk.aws_kinesisfirehose.HttpBackupMode |
TypeScript (source) | aws-cdk-lib » aws_kinesisfirehose » HttpBackupMode |
Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the Http endpoint destination.
Members
| Name | Description |
|---|---|
| FAILED | Back up only the documents that Kinesis Data Firehose could not deliver. |
| ALL | Back up all documents. |
FAILED
Back up only the documents that Kinesis Data Firehose could not deliver.
ALL
Back up all documents.

.NET
Go
Java
Python
TypeScript (