DeliveryStreamHttpEndpointDestinationConfigurationArgs

data class DeliveryStreamHttpEndpointDestinationConfigurationArgs(val bufferingHints: Output<DeliveryStreamBufferingHintsArgs>? = null, val cloudWatchLoggingOptions: Output<DeliveryStreamCloudWatchLoggingOptionsArgs>? = null, val endpointConfiguration: Output<DeliveryStreamHttpEndpointConfigurationArgs>, val processingConfiguration: Output<DeliveryStreamProcessingConfigurationArgs>? = null, val requestConfiguration: Output<DeliveryStreamHttpEndpointRequestConfigurationArgs>? = null, val retryOptions: Output<DeliveryStreamRetryOptionsArgs>? = null, val roleArn: Output<String>? = null, val s3BackupMode: Output<String>? = null, val s3Configuration: Output<DeliveryStreamS3DestinationConfigurationArgs>, val secretsManagerConfiguration: Output<DeliveryStreamSecretsManagerConfigurationArgs>? = null) : ConvertibleToJava<DeliveryStreamHttpEndpointDestinationConfigurationArgs>

Constructors

constructor(bufferingHints: Output<DeliveryStreamBufferingHintsArgs>? = null, cloudWatchLoggingOptions: Output<DeliveryStreamCloudWatchLoggingOptionsArgs>? = null, endpointConfiguration: Output<DeliveryStreamHttpEndpointConfigurationArgs>, processingConfiguration: Output<DeliveryStreamProcessingConfigurationArgs>? = null, requestConfiguration: Output<DeliveryStreamHttpEndpointRequestConfigurationArgs>? = null, retryOptions: Output<DeliveryStreamRetryOptionsArgs>? = null, roleArn: Output<String>? = null, s3BackupMode: Output<String>? = null, s3Configuration: Output<DeliveryStreamS3DestinationConfigurationArgs>, secretsManagerConfiguration: Output<DeliveryStreamSecretsManagerConfigurationArgs>? = null)

Properties

Link copied to clipboard

The buffering options that can be used before data is delivered to the specified destination. Kinesis Data Firehose treats these options as hints, and it might choose to use more optimal values. The SizeInMBs and IntervalInSeconds parameters are optional. However, if you specify a value for one of them, you must also provide a value for the other.

Link copied to clipboard

Describes the Amazon CloudWatch logging options for your delivery stream.

Link copied to clipboard

The configuration of the HTTP endpoint selected as the destination.

Link copied to clipboard

Describes the data processing configuration.

Link copied to clipboard

The configuration of the request sent to the HTTP endpoint specified as the destination.

Link copied to clipboard

Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.

Link copied to clipboard
val roleArn: Output<String>? = null

Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.

Link copied to clipboard
val s3BackupMode: Output<String>? = null

Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint destination. You can back up all documents (AllData) or only the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly).

Link copied to clipboard

Describes the configuration of a destination in Amazon S3.

Link copied to clipboard

The configuration that defines how you access secrets for HTTP Endpoint destination.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamHttpEndpointDestinationConfigurationArgs