1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. kinesisfirehose
  5. DeliveryStream

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.kinesisfirehose.DeliveryStream

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource Type definition for AWS::KinesisFirehose::DeliveryStream

Create DeliveryStream Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new DeliveryStream(name: string, args?: DeliveryStreamArgs, opts?: CustomResourceOptions);
@overload
def DeliveryStream(resource_name: str,
                   args: Optional[DeliveryStreamArgs] = None,
                   opts: Optional[ResourceOptions] = None)

@overload
def DeliveryStream(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   amazon_open_search_serverless_destination_configuration: Optional[DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationArgs] = None,
                   amazonopensearchservice_destination_configuration: Optional[DeliveryStreamAmazonopensearchserviceDestinationConfigurationArgs] = None,
                   database_source_configuration: Optional[DeliveryStreamDatabaseSourceConfigurationArgs] = None,
                   delivery_stream_encryption_configuration_input: Optional[DeliveryStreamEncryptionConfigurationInputArgs] = None,
                   delivery_stream_name: Optional[str] = None,
                   delivery_stream_type: Optional[DeliveryStreamType] = None,
                   direct_put_source_configuration: Optional[DeliveryStreamDirectPutSourceConfigurationArgs] = None,
                   elasticsearch_destination_configuration: Optional[DeliveryStreamElasticsearchDestinationConfigurationArgs] = None,
                   extended_s3_destination_configuration: Optional[DeliveryStreamExtendedS3DestinationConfigurationArgs] = None,
                   http_endpoint_destination_configuration: Optional[DeliveryStreamHttpEndpointDestinationConfigurationArgs] = None,
                   iceberg_destination_configuration: Optional[DeliveryStreamIcebergDestinationConfigurationArgs] = None,
                   kinesis_stream_source_configuration: Optional[DeliveryStreamKinesisStreamSourceConfigurationArgs] = None,
                   msk_source_configuration: Optional[DeliveryStreamMskSourceConfigurationArgs] = None,
                   redshift_destination_configuration: Optional[DeliveryStreamRedshiftDestinationConfigurationArgs] = None,
                   s3_destination_configuration: Optional[DeliveryStreamS3DestinationConfigurationArgs] = None,
                   snowflake_destination_configuration: Optional[DeliveryStreamSnowflakeDestinationConfigurationArgs] = None,
                   splunk_destination_configuration: Optional[DeliveryStreamSplunkDestinationConfigurationArgs] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewDeliveryStream(ctx *Context, name string, args *DeliveryStreamArgs, opts ...ResourceOption) (*DeliveryStream, error)
public DeliveryStream(string name, DeliveryStreamArgs? args = null, CustomResourceOptions? opts = null)
public DeliveryStream(String name, DeliveryStreamArgs args)
public DeliveryStream(String name, DeliveryStreamArgs args, CustomResourceOptions options)
type: aws-native:kinesisfirehose:DeliveryStream
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args DeliveryStreamArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args DeliveryStreamArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args DeliveryStreamArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args DeliveryStreamArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. DeliveryStreamArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

DeliveryStream Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The DeliveryStream resource accepts the following input properties:

AmazonOpenSearchServerlessDestinationConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamAmazonOpenSearchServerlessDestinationConfiguration
Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
AmazonopensearchserviceDestinationConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamAmazonopensearchserviceDestinationConfiguration
The destination in Amazon OpenSearch Service. You can specify only one destination.
DatabaseSourceConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDatabaseSourceConfiguration

The top level object for configuring streams with database as a source.

Amazon Data Firehose is in preview release and is subject to change.

DeliveryStreamEncryptionConfigurationInput Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamEncryptionConfigurationInput
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
DeliveryStreamName string
The name of the Firehose stream.
DeliveryStreamType Pulumi.AwsNative.KinesisFirehose.DeliveryStreamType
The Firehose stream type. This can be one of the following values:

  • DirectPut : Provider applications access the Firehose stream directly.
  • KinesisStreamAsSource : The Firehose stream uses a Kinesis data stream as a source.
DirectPutSourceConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDirectPutSourceConfiguration
The structure that configures parameters such as ThroughputHintInMBs for a stream configured with Direct PUT as a source.
ElasticsearchDestinationConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamElasticsearchDestinationConfiguration

An Amazon ES destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon ES destination to an Amazon S3 or Amazon Redshift destination, update requires some interruptions .

ExtendedS3DestinationConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamExtendedS3DestinationConfiguration

An Amazon S3 destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Extended S3 destination to an Amazon ES destination, update requires some interruptions .

HttpEndpointDestinationConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamHttpEndpointDestinationConfiguration
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.
IcebergDestinationConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamIcebergDestinationConfiguration
Specifies the destination configure settings for Apache Iceberg Table.
KinesisStreamSourceConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamKinesisStreamSourceConfiguration
When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.
MskSourceConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamMskSourceConfiguration
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
RedshiftDestinationConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamRedshiftDestinationConfiguration

An Amazon Redshift destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Redshift destination to an Amazon ES destination, update requires some interruptions .

S3DestinationConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamS3DestinationConfiguration

The S3DestinationConfiguration property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires some interruptions .

SnowflakeDestinationConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSnowflakeDestinationConfiguration
Configure Snowflake destination
SplunkDestinationConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSplunkDestinationConfiguration
The configuration of a destination in Splunk for the delivery stream.
Tags List<Pulumi.AwsNative.Inputs.Tag>

A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

You can specify up to 50 tags when creating a Firehose stream.

If you specify tags in the CreateDeliveryStream action, Amazon Data Firehose performs an additional authorization on the firehose:TagDeliveryStream action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose streams with IAM resource tags will fail with an AccessDeniedException such as following.

AccessDeniedException

User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.

For an example IAM policy, see Tag example.

AmazonOpenSearchServerlessDestinationConfiguration DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationArgs
Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
AmazonopensearchserviceDestinationConfiguration DeliveryStreamAmazonopensearchserviceDestinationConfigurationArgs
The destination in Amazon OpenSearch Service. You can specify only one destination.
DatabaseSourceConfiguration DeliveryStreamDatabaseSourceConfigurationArgs

The top level object for configuring streams with database as a source.

Amazon Data Firehose is in preview release and is subject to change.

DeliveryStreamEncryptionConfigurationInput DeliveryStreamEncryptionConfigurationInputTypeArgs
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
DeliveryStreamName string
The name of the Firehose stream.
DeliveryStreamType DeliveryStreamType
The Firehose stream type. This can be one of the following values:

  • DirectPut : Provider applications access the Firehose stream directly.
  • KinesisStreamAsSource : The Firehose stream uses a Kinesis data stream as a source.
DirectPutSourceConfiguration DeliveryStreamDirectPutSourceConfigurationArgs
The structure that configures parameters such as ThroughputHintInMBs for a stream configured with Direct PUT as a source.
ElasticsearchDestinationConfiguration DeliveryStreamElasticsearchDestinationConfigurationArgs

An Amazon ES destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon ES destination to an Amazon S3 or Amazon Redshift destination, update requires some interruptions .

ExtendedS3DestinationConfiguration DeliveryStreamExtendedS3DestinationConfigurationArgs

An Amazon S3 destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Extended S3 destination to an Amazon ES destination, update requires some interruptions .

HttpEndpointDestinationConfiguration DeliveryStreamHttpEndpointDestinationConfigurationArgs
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.
IcebergDestinationConfiguration DeliveryStreamIcebergDestinationConfigurationArgs
Specifies the destination configure settings for Apache Iceberg Table.
KinesisStreamSourceConfiguration DeliveryStreamKinesisStreamSourceConfigurationArgs
When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.
MskSourceConfiguration DeliveryStreamMskSourceConfigurationArgs
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
RedshiftDestinationConfiguration DeliveryStreamRedshiftDestinationConfigurationArgs

An Amazon Redshift destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Redshift destination to an Amazon ES destination, update requires some interruptions .

S3DestinationConfiguration DeliveryStreamS3DestinationConfigurationArgs

The S3DestinationConfiguration property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires some interruptions .

SnowflakeDestinationConfiguration DeliveryStreamSnowflakeDestinationConfigurationArgs
Configure Snowflake destination
SplunkDestinationConfiguration DeliveryStreamSplunkDestinationConfigurationArgs
The configuration of a destination in Splunk for the delivery stream.
Tags TagArgs

A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

You can specify up to 50 tags when creating a Firehose stream.

If you specify tags in the CreateDeliveryStream action, Amazon Data Firehose performs an additional authorization on the firehose:TagDeliveryStream action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose streams with IAM resource tags will fail with an AccessDeniedException such as following.

AccessDeniedException

User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.

For an example IAM policy, see Tag example.

amazonOpenSearchServerlessDestinationConfiguration DeliveryStreamAmazonOpenSearchServerlessDestinationConfiguration
Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
amazonopensearchserviceDestinationConfiguration DeliveryStreamAmazonopensearchserviceDestinationConfiguration
The destination in Amazon OpenSearch Service. You can specify only one destination.
databaseSourceConfiguration DeliveryStreamDatabaseSourceConfiguration

The top level object for configuring streams with database as a source.

Amazon Data Firehose is in preview release and is subject to change.

deliveryStreamEncryptionConfigurationInput DeliveryStreamEncryptionConfigurationInput
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
deliveryStreamName String
The name of the Firehose stream.
deliveryStreamType DeliveryStreamType
The Firehose stream type. This can be one of the following values:

  • DirectPut : Provider applications access the Firehose stream directly.
  • KinesisStreamAsSource : The Firehose stream uses a Kinesis data stream as a source.
directPutSourceConfiguration DeliveryStreamDirectPutSourceConfiguration
The structure that configures parameters such as ThroughputHintInMBs for a stream configured with Direct PUT as a source.
elasticsearchDestinationConfiguration DeliveryStreamElasticsearchDestinationConfiguration

An Amazon ES destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon ES destination to an Amazon S3 or Amazon Redshift destination, update requires some interruptions .

extendedS3DestinationConfiguration DeliveryStreamExtendedS3DestinationConfiguration

An Amazon S3 destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Extended S3 destination to an Amazon ES destination, update requires some interruptions .

httpEndpointDestinationConfiguration DeliveryStreamHttpEndpointDestinationConfiguration
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.
icebergDestinationConfiguration DeliveryStreamIcebergDestinationConfiguration
Specifies the destination configure settings for Apache Iceberg Table.
kinesisStreamSourceConfiguration DeliveryStreamKinesisStreamSourceConfiguration
When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.
mskSourceConfiguration DeliveryStreamMskSourceConfiguration
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
redshiftDestinationConfiguration DeliveryStreamRedshiftDestinationConfiguration

An Amazon Redshift destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Redshift destination to an Amazon ES destination, update requires some interruptions .

s3DestinationConfiguration DeliveryStreamS3DestinationConfiguration

The S3DestinationConfiguration property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires some interruptions .

snowflakeDestinationConfiguration DeliveryStreamSnowflakeDestinationConfiguration
Configure Snowflake destination
splunkDestinationConfiguration DeliveryStreamSplunkDestinationConfiguration
The configuration of a destination in Splunk for the delivery stream.
tags List<Tag>

A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

You can specify up to 50 tags when creating a Firehose stream.

If you specify tags in the CreateDeliveryStream action, Amazon Data Firehose performs an additional authorization on the firehose:TagDeliveryStream action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose streams with IAM resource tags will fail with an AccessDeniedException such as following.

AccessDeniedException

User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.

For an example IAM policy, see Tag example.

amazonOpenSearchServerlessDestinationConfiguration DeliveryStreamAmazonOpenSearchServerlessDestinationConfiguration
Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
amazonopensearchserviceDestinationConfiguration DeliveryStreamAmazonopensearchserviceDestinationConfiguration
The destination in Amazon OpenSearch Service. You can specify only one destination.
databaseSourceConfiguration DeliveryStreamDatabaseSourceConfiguration

The top level object for configuring streams with database as a source.

Amazon Data Firehose is in preview release and is subject to change.

deliveryStreamEncryptionConfigurationInput DeliveryStreamEncryptionConfigurationInput
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
deliveryStreamName string
The name of the Firehose stream.
deliveryStreamType DeliveryStreamType
The Firehose stream type. This can be one of the following values:

  • DirectPut : Provider applications access the Firehose stream directly.
  • KinesisStreamAsSource : The Firehose stream uses a Kinesis data stream as a source.
directPutSourceConfiguration DeliveryStreamDirectPutSourceConfiguration
The structure that configures parameters such as ThroughputHintInMBs for a stream configured with Direct PUT as a source.
elasticsearchDestinationConfiguration DeliveryStreamElasticsearchDestinationConfiguration

An Amazon ES destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon ES destination to an Amazon S3 or Amazon Redshift destination, update requires some interruptions .

extendedS3DestinationConfiguration DeliveryStreamExtendedS3DestinationConfiguration

An Amazon S3 destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Extended S3 destination to an Amazon ES destination, update requires some interruptions .

httpEndpointDestinationConfiguration DeliveryStreamHttpEndpointDestinationConfiguration
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.
icebergDestinationConfiguration DeliveryStreamIcebergDestinationConfiguration
Specifies the destination configure settings for Apache Iceberg Table.
kinesisStreamSourceConfiguration DeliveryStreamKinesisStreamSourceConfiguration
When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.
mskSourceConfiguration DeliveryStreamMskSourceConfiguration
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
redshiftDestinationConfiguration DeliveryStreamRedshiftDestinationConfiguration

An Amazon Redshift destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Redshift destination to an Amazon ES destination, update requires some interruptions .

s3DestinationConfiguration DeliveryStreamS3DestinationConfiguration

The S3DestinationConfiguration property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires some interruptions .

snowflakeDestinationConfiguration DeliveryStreamSnowflakeDestinationConfiguration
Configure Snowflake destination
splunkDestinationConfiguration DeliveryStreamSplunkDestinationConfiguration
The configuration of a destination in Splunk for the delivery stream.
tags Tag[]

A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

You can specify up to 50 tags when creating a Firehose stream.

If you specify tags in the CreateDeliveryStream action, Amazon Data Firehose performs an additional authorization on the firehose:TagDeliveryStream action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose streams with IAM resource tags will fail with an AccessDeniedException such as following.

AccessDeniedException

User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.

For an example IAM policy, see Tag example.

amazon_open_search_serverless_destination_configuration DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationArgs
Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
amazonopensearchservice_destination_configuration DeliveryStreamAmazonopensearchserviceDestinationConfigurationArgs
The destination in Amazon OpenSearch Service. You can specify only one destination.
database_source_configuration DeliveryStreamDatabaseSourceConfigurationArgs

The top level object for configuring streams with database as a source.

Amazon Data Firehose is in preview release and is subject to change.

delivery_stream_encryption_configuration_input DeliveryStreamEncryptionConfigurationInputArgs
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
delivery_stream_name str
The name of the Firehose stream.
delivery_stream_type DeliveryStreamType
The Firehose stream type. This can be one of the following values:

  • DirectPut : Provider applications access the Firehose stream directly.
  • KinesisStreamAsSource : The Firehose stream uses a Kinesis data stream as a source.
direct_put_source_configuration DeliveryStreamDirectPutSourceConfigurationArgs
The structure that configures parameters such as ThroughputHintInMBs for a stream configured with Direct PUT as a source.
elasticsearch_destination_configuration DeliveryStreamElasticsearchDestinationConfigurationArgs

An Amazon ES destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon ES destination to an Amazon S3 or Amazon Redshift destination, update requires some interruptions .

extended_s3_destination_configuration DeliveryStreamExtendedS3DestinationConfigurationArgs

An Amazon S3 destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Extended S3 destination to an Amazon ES destination, update requires some interruptions .

http_endpoint_destination_configuration DeliveryStreamHttpEndpointDestinationConfigurationArgs
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.
iceberg_destination_configuration DeliveryStreamIcebergDestinationConfigurationArgs
Specifies the destination configure settings for Apache Iceberg Table.
kinesis_stream_source_configuration DeliveryStreamKinesisStreamSourceConfigurationArgs
When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.
msk_source_configuration DeliveryStreamMskSourceConfigurationArgs
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
redshift_destination_configuration DeliveryStreamRedshiftDestinationConfigurationArgs

An Amazon Redshift destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Redshift destination to an Amazon ES destination, update requires some interruptions .

s3_destination_configuration DeliveryStreamS3DestinationConfigurationArgs

The S3DestinationConfiguration property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires some interruptions .

snowflake_destination_configuration DeliveryStreamSnowflakeDestinationConfigurationArgs
Configure Snowflake destination
splunk_destination_configuration DeliveryStreamSplunkDestinationConfigurationArgs
The configuration of a destination in Splunk for the delivery stream.
tags Sequence[TagArgs]

A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

You can specify up to 50 tags when creating a Firehose stream.

If you specify tags in the CreateDeliveryStream action, Amazon Data Firehose performs an additional authorization on the firehose:TagDeliveryStream action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose streams with IAM resource tags will fail with an AccessDeniedException such as following.

AccessDeniedException

User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.

For an example IAM policy, see Tag example.

amazonOpenSearchServerlessDestinationConfiguration Property Map
Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
amazonopensearchserviceDestinationConfiguration Property Map
The destination in Amazon OpenSearch Service. You can specify only one destination.
databaseSourceConfiguration Property Map

The top level object for configuring streams with database as a source.

Amazon Data Firehose is in preview release and is subject to change.

deliveryStreamEncryptionConfigurationInput Property Map
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
deliveryStreamName String
The name of the Firehose stream.
deliveryStreamType "DatabaseAsSource" | "DirectPut" | "KinesisStreamAsSource" | "MSKAsSource"
The Firehose stream type. This can be one of the following values:

  • DirectPut : Provider applications access the Firehose stream directly.
  • KinesisStreamAsSource : The Firehose stream uses a Kinesis data stream as a source.
directPutSourceConfiguration Property Map
The structure that configures parameters such as ThroughputHintInMBs for a stream configured with Direct PUT as a source.
elasticsearchDestinationConfiguration Property Map

An Amazon ES destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon ES destination to an Amazon S3 or Amazon Redshift destination, update requires some interruptions .

extendedS3DestinationConfiguration Property Map

An Amazon S3 destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Extended S3 destination to an Amazon ES destination, update requires some interruptions .

httpEndpointDestinationConfiguration Property Map
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.
icebergDestinationConfiguration Property Map
Specifies the destination configure settings for Apache Iceberg Table.
kinesisStreamSourceConfiguration Property Map
When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.
mskSourceConfiguration Property Map
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
redshiftDestinationConfiguration Property Map

An Amazon Redshift destination for the delivery stream.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon Redshift destination to an Amazon ES destination, update requires some interruptions .

s3DestinationConfiguration Property Map

The S3DestinationConfiguration property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.

Conditional. You must specify only one destination configuration.

If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires some interruptions .

snowflakeDestinationConfiguration Property Map
Configure Snowflake destination
splunkDestinationConfiguration Property Map
The configuration of a destination in Splunk for the delivery stream.
tags List<Property Map>

A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

You can specify up to 50 tags when creating a Firehose stream.

If you specify tags in the CreateDeliveryStream action, Amazon Data Firehose performs an additional authorization on the firehose:TagDeliveryStream action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose streams with IAM resource tags will fail with an AccessDeniedException such as following.

AccessDeniedException

User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.

For an example IAM policy, see Tag example.

Outputs

All input properties are implicitly available as output properties. Additionally, the DeliveryStream resource produces the following output properties:

Arn string
The Amazon Resource Name (ARN) of the delivery stream, such as arn:aws:firehose:us-east-2:123456789012:deliverystream/delivery-stream-name .
Id string
The provider-assigned unique ID for this managed resource.
Arn string
The Amazon Resource Name (ARN) of the delivery stream, such as arn:aws:firehose:us-east-2:123456789012:deliverystream/delivery-stream-name .
Id string
The provider-assigned unique ID for this managed resource.
arn String
The Amazon Resource Name (ARN) of the delivery stream, such as arn:aws:firehose:us-east-2:123456789012:deliverystream/delivery-stream-name .
id String
The provider-assigned unique ID for this managed resource.
arn string
The Amazon Resource Name (ARN) of the delivery stream, such as arn:aws:firehose:us-east-2:123456789012:deliverystream/delivery-stream-name .
id string
The provider-assigned unique ID for this managed resource.
arn str
The Amazon Resource Name (ARN) of the delivery stream, such as arn:aws:firehose:us-east-2:123456789012:deliverystream/delivery-stream-name .
id str
The provider-assigned unique ID for this managed resource.
arn String
The Amazon Resource Name (ARN) of the delivery stream, such as arn:aws:firehose:us-east-2:123456789012:deliverystream/delivery-stream-name .
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

DeliveryStreamAmazonOpenSearchServerlessBufferingHints
, DeliveryStreamAmazonOpenSearchServerlessBufferingHintsArgs

IntervalInSeconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
SizeInMbs int

Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.

We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.

IntervalInSeconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
SizeInMbs int

Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.

We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.

intervalInSeconds Integer
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
sizeInMbs Integer

Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.

We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.

intervalInSeconds number
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
sizeInMbs number

Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.

We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.

interval_in_seconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
size_in_mbs int

Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.

We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.

intervalInSeconds Number
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
sizeInMbs Number

Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.

We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.

DeliveryStreamAmazonOpenSearchServerlessDestinationConfiguration
, DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationArgs

IndexName This property is required. string
The Serverless offering for Amazon OpenSearch Service index name.
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
S3Configuration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamS3DestinationConfiguration
BufferingHints Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamAmazonOpenSearchServerlessBufferingHints
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
CloudWatchLoggingOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCloudWatchLoggingOptions
CollectionEndpoint string
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
ProcessingConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamProcessingConfiguration
RetryOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamAmazonOpenSearchServerlessRetryOptions
The retry behavior in case Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).
S3BackupMode Pulumi.AwsNative.KinesisFirehose.DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationS3BackupMode
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/ appended to the key prefix. When set to AllDocuments, Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/ appended to the prefix.
VpcConfiguration Changes to this property will trigger replacement. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamVpcConfiguration
IndexName This property is required. string
The Serverless offering for Amazon OpenSearch Service index name.
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
S3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
BufferingHints DeliveryStreamAmazonOpenSearchServerlessBufferingHints
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
CloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
CollectionEndpoint string
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
ProcessingConfiguration DeliveryStreamProcessingConfiguration
RetryOptions DeliveryStreamAmazonOpenSearchServerlessRetryOptions
The retry behavior in case Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).
S3BackupMode DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationS3BackupMode
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/ appended to the key prefix. When set to AllDocuments, Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/ appended to the prefix.
VpcConfiguration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
indexName This property is required. String
The Serverless offering for Amazon OpenSearch Service index name.
roleArn This property is required. String
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
bufferingHints DeliveryStreamAmazonOpenSearchServerlessBufferingHints
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
collectionEndpoint String
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
processingConfiguration DeliveryStreamProcessingConfiguration
retryOptions DeliveryStreamAmazonOpenSearchServerlessRetryOptions
The retry behavior in case Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).
s3BackupMode DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationS3BackupMode
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/ appended to the key prefix. When set to AllDocuments, Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/ appended to the prefix.
vpcConfiguration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
indexName This property is required. string
The Serverless offering for Amazon OpenSearch Service index name.
roleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
bufferingHints DeliveryStreamAmazonOpenSearchServerlessBufferingHints
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
collectionEndpoint string
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
processingConfiguration DeliveryStreamProcessingConfiguration
retryOptions DeliveryStreamAmazonOpenSearchServerlessRetryOptions
The retry behavior in case Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).
s3BackupMode DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationS3BackupMode
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/ appended to the key prefix. When set to AllDocuments, Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/ appended to the prefix.
vpcConfiguration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
index_name This property is required. str
The Serverless offering for Amazon OpenSearch Service index name.
role_arn This property is required. str
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
s3_configuration This property is required. DeliveryStreamS3DestinationConfiguration
buffering_hints DeliveryStreamAmazonOpenSearchServerlessBufferingHints
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
cloud_watch_logging_options DeliveryStreamCloudWatchLoggingOptions
collection_endpoint str
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
processing_configuration DeliveryStreamProcessingConfiguration
retry_options DeliveryStreamAmazonOpenSearchServerlessRetryOptions
The retry behavior in case Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).
s3_backup_mode DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationS3BackupMode
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/ appended to the key prefix. When set to AllDocuments, Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/ appended to the prefix.
vpc_configuration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
indexName This property is required. String
The Serverless offering for Amazon OpenSearch Service index name.
roleArn This property is required. String
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
s3Configuration This property is required. Property Map
bufferingHints Property Map
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
cloudWatchLoggingOptions Property Map
collectionEndpoint String
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
processingConfiguration Property Map
retryOptions Property Map
The retry behavior in case Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).
s3BackupMode "FailedDocumentsOnly" | "AllDocuments"
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/ appended to the key prefix. When set to AllDocuments, Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/ appended to the prefix.
vpcConfiguration Changes to this property will trigger replacement. Property Map

DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationS3BackupMode
, DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationS3BackupModeArgs

FailedDocumentsOnly
FailedDocumentsOnly
AllDocuments
AllDocuments
DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationS3BackupModeFailedDocumentsOnly
FailedDocumentsOnly
DeliveryStreamAmazonOpenSearchServerlessDestinationConfigurationS3BackupModeAllDocuments
AllDocuments
FailedDocumentsOnly
FailedDocumentsOnly
AllDocuments
AllDocuments
FailedDocumentsOnly
FailedDocumentsOnly
AllDocuments
AllDocuments
FAILED_DOCUMENTS_ONLY
FailedDocumentsOnly
ALL_DOCUMENTS
AllDocuments
"FailedDocumentsOnly"
FailedDocumentsOnly
"AllDocuments"
AllDocuments

DeliveryStreamAmazonOpenSearchServerlessRetryOptions
, DeliveryStreamAmazonOpenSearchServerlessRetryOptionsArgs

DurationInSeconds int
After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
DurationInSeconds int
After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
durationInSeconds Integer
After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
durationInSeconds number
After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
duration_in_seconds int
After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
durationInSeconds Number
After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.

DeliveryStreamAmazonopensearchserviceBufferingHints
, DeliveryStreamAmazonopensearchserviceBufferingHintsArgs

IntervalInSeconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
SizeInMbs int
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5. We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
IntervalInSeconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
SizeInMbs int
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5. We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
intervalInSeconds Integer
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
sizeInMbs Integer
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5. We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
intervalInSeconds number
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
sizeInMbs number
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5. We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
interval_in_seconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
size_in_mbs int
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5. We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
intervalInSeconds Number
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
sizeInMbs Number
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5. We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.

DeliveryStreamAmazonopensearchserviceDestinationConfiguration
, DeliveryStreamAmazonopensearchserviceDestinationConfigurationArgs

IndexName This property is required. string
The Amazon OpenSearch Service index name.
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon OpenSearch Service Configuration API and for indexing documents.
S3Configuration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamS3DestinationConfiguration
Describes the configuration of a destination in Amazon S3.
BufferingHints Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamAmazonopensearchserviceBufferingHints
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
CloudWatchLoggingOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your delivery stream.
ClusterEndpoint string
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
DocumentIdOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDocumentIdOptions
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
DomainArn string
The ARN of the Amazon OpenSearch Service domain.
IndexRotationPeriod Pulumi.AwsNative.KinesisFirehose.DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriod
The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp to the IndexName to facilitate the expiration of old data.
ProcessingConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamProcessingConfiguration
Describes a data processing configuration.
RetryOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamAmazonopensearchserviceRetryOptions
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon OpenSearch Service. The default value is 300 (5 minutes).
S3BackupMode Pulumi.AwsNative.KinesisFirehose.DeliveryStreamAmazonopensearchserviceDestinationConfigurationS3BackupMode
Defines how documents should be delivered to Amazon S3.
TypeName string
The Amazon OpenSearch Service type name.
VpcConfiguration Changes to this property will trigger replacement. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamVpcConfiguration
The details of the VPC of the Amazon OpenSearch Service destination.
IndexName This property is required. string
The Amazon OpenSearch Service index name.
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon OpenSearch Service Configuration API and for indexing documents.
S3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
Describes the configuration of a destination in Amazon S3.
BufferingHints DeliveryStreamAmazonopensearchserviceBufferingHints
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
CloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your delivery stream.
ClusterEndpoint string
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
DocumentIdOptions DeliveryStreamDocumentIdOptions
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
DomainArn string
The ARN of the Amazon OpenSearch Service domain.
IndexRotationPeriod DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriod
The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp to the IndexName to facilitate the expiration of old data.
ProcessingConfiguration DeliveryStreamProcessingConfiguration
Describes a data processing configuration.
RetryOptions DeliveryStreamAmazonopensearchserviceRetryOptions
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon OpenSearch Service. The default value is 300 (5 minutes).
S3BackupMode DeliveryStreamAmazonopensearchserviceDestinationConfigurationS3BackupMode
Defines how documents should be delivered to Amazon S3.
TypeName string
The Amazon OpenSearch Service type name.
VpcConfiguration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
The details of the VPC of the Amazon OpenSearch Service destination.
indexName This property is required. String
The Amazon OpenSearch Service index name.
roleArn This property is required. String
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon OpenSearch Service Configuration API and for indexing documents.
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
Describes the configuration of a destination in Amazon S3.
bufferingHints DeliveryStreamAmazonopensearchserviceBufferingHints
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your delivery stream.
clusterEndpoint String
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
documentIdOptions DeliveryStreamDocumentIdOptions
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
domainArn String
The ARN of the Amazon OpenSearch Service domain.
indexRotationPeriod DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriod
The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp to the IndexName to facilitate the expiration of old data.
processingConfiguration DeliveryStreamProcessingConfiguration
Describes a data processing configuration.
retryOptions DeliveryStreamAmazonopensearchserviceRetryOptions
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon OpenSearch Service. The default value is 300 (5 minutes).
s3BackupMode DeliveryStreamAmazonopensearchserviceDestinationConfigurationS3BackupMode
Defines how documents should be delivered to Amazon S3.
typeName String
The Amazon OpenSearch Service type name.
vpcConfiguration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
The details of the VPC of the Amazon OpenSearch Service destination.
indexName This property is required. string
The Amazon OpenSearch Service index name.
roleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon OpenSearch Service Configuration API and for indexing documents.
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
Describes the configuration of a destination in Amazon S3.
bufferingHints DeliveryStreamAmazonopensearchserviceBufferingHints
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your delivery stream.
clusterEndpoint string
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
documentIdOptions DeliveryStreamDocumentIdOptions
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
domainArn string
The ARN of the Amazon OpenSearch Service domain.
indexRotationPeriod DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriod
The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp to the IndexName to facilitate the expiration of old data.
processingConfiguration DeliveryStreamProcessingConfiguration
Describes a data processing configuration.
retryOptions DeliveryStreamAmazonopensearchserviceRetryOptions
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon OpenSearch Service. The default value is 300 (5 minutes).
s3BackupMode DeliveryStreamAmazonopensearchserviceDestinationConfigurationS3BackupMode
Defines how documents should be delivered to Amazon S3.
typeName string
The Amazon OpenSearch Service type name.
vpcConfiguration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
The details of the VPC of the Amazon OpenSearch Service destination.
index_name This property is required. str
The Amazon OpenSearch Service index name.
role_arn This property is required. str
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon OpenSearch Service Configuration API and for indexing documents.
s3_configuration This property is required. DeliveryStreamS3DestinationConfiguration
Describes the configuration of a destination in Amazon S3.
buffering_hints DeliveryStreamAmazonopensearchserviceBufferingHints
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
cloud_watch_logging_options DeliveryStreamCloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your delivery stream.
cluster_endpoint str
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
document_id_options DeliveryStreamDocumentIdOptions
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
domain_arn str
The ARN of the Amazon OpenSearch Service domain.
index_rotation_period DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriod
The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp to the IndexName to facilitate the expiration of old data.
processing_configuration DeliveryStreamProcessingConfiguration
Describes a data processing configuration.
retry_options DeliveryStreamAmazonopensearchserviceRetryOptions
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon OpenSearch Service. The default value is 300 (5 minutes).
s3_backup_mode DeliveryStreamAmazonopensearchserviceDestinationConfigurationS3BackupMode
Defines how documents should be delivered to Amazon S3.
type_name str
The Amazon OpenSearch Service type name.
vpc_configuration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
The details of the VPC of the Amazon OpenSearch Service destination.
indexName This property is required. String
The Amazon OpenSearch Service index name.
roleArn This property is required. String
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon OpenSearch Service Configuration API and for indexing documents.
s3Configuration This property is required. Property Map
Describes the configuration of a destination in Amazon S3.
bufferingHints Property Map
The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
cloudWatchLoggingOptions Property Map
Describes the Amazon CloudWatch logging options for your delivery stream.
clusterEndpoint String
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
documentIdOptions Property Map
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
domainArn String
The ARN of the Amazon OpenSearch Service domain.
indexRotationPeriod "NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth"
The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp to the IndexName to facilitate the expiration of old data.
processingConfiguration Property Map
Describes a data processing configuration.
retryOptions Property Map
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon OpenSearch Service. The default value is 300 (5 minutes).
s3BackupMode "FailedDocumentsOnly" | "AllDocuments"
Defines how documents should be delivered to Amazon S3.
typeName String
The Amazon OpenSearch Service type name.
vpcConfiguration Changes to this property will trigger replacement. Property Map
The details of the VPC of the Amazon OpenSearch Service destination.

DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriod
, DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriodArgs

NoRotation
NoRotation
OneHour
OneHour
OneDay
OneDay
OneWeek
OneWeek
OneMonth
OneMonth
DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriodNoRotation
NoRotation
DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriodOneHour
OneHour
DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriodOneDay
OneDay
DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriodOneWeek
OneWeek
DeliveryStreamAmazonopensearchserviceDestinationConfigurationIndexRotationPeriodOneMonth
OneMonth
NoRotation
NoRotation
OneHour
OneHour
OneDay
OneDay
OneWeek
OneWeek
OneMonth
OneMonth
NoRotation
NoRotation
OneHour
OneHour
OneDay
OneDay
OneWeek
OneWeek
OneMonth
OneMonth
NO_ROTATION
NoRotation
ONE_HOUR
OneHour
ONE_DAY
OneDay
ONE_WEEK
OneWeek
ONE_MONTH
OneMonth
"NoRotation"
NoRotation
"OneHour"
OneHour
"OneDay"
OneDay
"OneWeek"
OneWeek
"OneMonth"
OneMonth

DeliveryStreamAmazonopensearchserviceDestinationConfigurationS3BackupMode
, DeliveryStreamAmazonopensearchserviceDestinationConfigurationS3BackupModeArgs

FailedDocumentsOnly
FailedDocumentsOnly
AllDocuments
AllDocuments
DeliveryStreamAmazonopensearchserviceDestinationConfigurationS3BackupModeFailedDocumentsOnly
FailedDocumentsOnly
DeliveryStreamAmazonopensearchserviceDestinationConfigurationS3BackupModeAllDocuments
AllDocuments
FailedDocumentsOnly
FailedDocumentsOnly
AllDocuments
AllDocuments
FailedDocumentsOnly
FailedDocumentsOnly
AllDocuments
AllDocuments
FAILED_DOCUMENTS_ONLY
FailedDocumentsOnly
ALL_DOCUMENTS
AllDocuments
"FailedDocumentsOnly"
FailedDocumentsOnly
"AllDocuments"
AllDocuments

DeliveryStreamAmazonopensearchserviceRetryOptions
, DeliveryStreamAmazonopensearchserviceRetryOptionsArgs

DurationInSeconds int
After an initial failure to deliver to Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
DurationInSeconds int
After an initial failure to deliver to Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
durationInSeconds Integer
After an initial failure to deliver to Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
durationInSeconds number
After an initial failure to deliver to Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
duration_in_seconds int
After an initial failure to deliver to Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
durationInSeconds Number
After an initial failure to deliver to Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.

DeliveryStreamAuthenticationConfiguration
, DeliveryStreamAuthenticationConfigurationArgs

Connectivity This property is required. Pulumi.AwsNative.KinesisFirehose.DeliveryStreamAuthenticationConfigurationConnectivity
The type of connectivity used to access the Amazon MSK cluster.
RoleArn This property is required. string
The ARN of the role used to access the Amazon MSK cluster.
Connectivity This property is required. DeliveryStreamAuthenticationConfigurationConnectivity
The type of connectivity used to access the Amazon MSK cluster.
RoleArn This property is required. string
The ARN of the role used to access the Amazon MSK cluster.
connectivity This property is required. DeliveryStreamAuthenticationConfigurationConnectivity
The type of connectivity used to access the Amazon MSK cluster.
roleArn This property is required. String
The ARN of the role used to access the Amazon MSK cluster.
connectivity This property is required. DeliveryStreamAuthenticationConfigurationConnectivity
The type of connectivity used to access the Amazon MSK cluster.
roleArn This property is required. string
The ARN of the role used to access the Amazon MSK cluster.
connectivity This property is required. DeliveryStreamAuthenticationConfigurationConnectivity
The type of connectivity used to access the Amazon MSK cluster.
role_arn This property is required. str
The ARN of the role used to access the Amazon MSK cluster.
connectivity This property is required. "PUBLIC" | "PRIVATE"
The type of connectivity used to access the Amazon MSK cluster.
roleArn This property is required. String
The ARN of the role used to access the Amazon MSK cluster.

DeliveryStreamAuthenticationConfigurationConnectivity
, DeliveryStreamAuthenticationConfigurationConnectivityArgs

Public
PUBLIC
Private
PRIVATE
DeliveryStreamAuthenticationConfigurationConnectivityPublic
PUBLIC
DeliveryStreamAuthenticationConfigurationConnectivityPrivate
PRIVATE
Public
PUBLIC
Private
PRIVATE
Public
PUBLIC
Private
PRIVATE
PUBLIC
PUBLIC
PRIVATE
PRIVATE
"PUBLIC"
PUBLIC
"PRIVATE"
PRIVATE

DeliveryStreamBufferingHints
, DeliveryStreamBufferingHintsArgs

IntervalInSeconds int
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
SizeInMbs int
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
IntervalInSeconds int
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
SizeInMbs int
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
intervalInSeconds Integer
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
sizeInMbs Integer
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
intervalInSeconds number
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
sizeInMbs number
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
interval_in_seconds int
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
size_in_mbs int
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
intervalInSeconds Number
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
sizeInMbs Number
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .

DeliveryStreamCatalogConfiguration
, DeliveryStreamCatalogConfigurationArgs

CatalogArn string
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog .
CatalogArn string
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog .
catalogArn String
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog .
catalogArn string
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog .
catalog_arn str
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog .
catalogArn String
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog .

DeliveryStreamCloudWatchLoggingOptions
, DeliveryStreamCloudWatchLoggingOptionsArgs

Enabled bool
Indicates whether CloudWatch Logs logging is enabled.
LogGroupName string

The name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use.

Conditional. If you enable logging, you must specify this property.

LogStreamName string

The name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery.

Conditional. If you enable logging, you must specify this property.

Enabled bool
Indicates whether CloudWatch Logs logging is enabled.
LogGroupName string

The name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use.

Conditional. If you enable logging, you must specify this property.

LogStreamName string

The name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery.

Conditional. If you enable logging, you must specify this property.

enabled Boolean
Indicates whether CloudWatch Logs logging is enabled.
logGroupName String

The name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use.

Conditional. If you enable logging, you must specify this property.

logStreamName String

The name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery.

Conditional. If you enable logging, you must specify this property.

enabled boolean
Indicates whether CloudWatch Logs logging is enabled.
logGroupName string

The name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use.

Conditional. If you enable logging, you must specify this property.

logStreamName string

The name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery.

Conditional. If you enable logging, you must specify this property.

enabled bool
Indicates whether CloudWatch Logs logging is enabled.
log_group_name str

The name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use.

Conditional. If you enable logging, you must specify this property.

log_stream_name str

The name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery.

Conditional. If you enable logging, you must specify this property.

enabled Boolean
Indicates whether CloudWatch Logs logging is enabled.
logGroupName String

The name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use.

Conditional. If you enable logging, you must specify this property.

logStreamName String

The name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery.

Conditional. If you enable logging, you must specify this property.

DeliveryStreamCopyCommand
, DeliveryStreamCopyCommandArgs

DataTableName This property is required. string
The name of the target table. The table must already exist in the database.
CopyOptions string
Parameters to use with the Amazon Redshift COPY command. For examples, see the CopyOptions content for the CopyCommand data type in the Amazon Kinesis Data Firehose API Reference .
DataTableColumns string
A comma-separated list of column names.
DataTableName This property is required. string
The name of the target table. The table must already exist in the database.
CopyOptions string
Parameters to use with the Amazon Redshift COPY command. For examples, see the CopyOptions content for the CopyCommand data type in the Amazon Kinesis Data Firehose API Reference .
DataTableColumns string
A comma-separated list of column names.
dataTableName This property is required. String
The name of the target table. The table must already exist in the database.
copyOptions String
Parameters to use with the Amazon Redshift COPY command. For examples, see the CopyOptions content for the CopyCommand data type in the Amazon Kinesis Data Firehose API Reference .
dataTableColumns String
A comma-separated list of column names.
dataTableName This property is required. string
The name of the target table. The table must already exist in the database.
copyOptions string
Parameters to use with the Amazon Redshift COPY command. For examples, see the CopyOptions content for the CopyCommand data type in the Amazon Kinesis Data Firehose API Reference .
dataTableColumns string
A comma-separated list of column names.
data_table_name This property is required. str
The name of the target table. The table must already exist in the database.
copy_options str
Parameters to use with the Amazon Redshift COPY command. For examples, see the CopyOptions content for the CopyCommand data type in the Amazon Kinesis Data Firehose API Reference .
data_table_columns str
A comma-separated list of column names.
dataTableName This property is required. String
The name of the target table. The table must already exist in the database.
copyOptions String
Parameters to use with the Amazon Redshift COPY command. For examples, see the CopyOptions content for the CopyCommand data type in the Amazon Kinesis Data Firehose API Reference .
dataTableColumns String
A comma-separated list of column names.

DeliveryStreamDataFormatConversionConfiguration
, DeliveryStreamDataFormatConversionConfigurationArgs

Enabled bool
Defaults to true . Set it to false if you want to disable format conversion while preserving the configuration details.
InputFormatConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamInputFormatConfiguration
Specifies the deserializer that you want Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled is set to true.
OutputFormatConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamOutputFormatConfiguration
Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled is set to true.
SchemaConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSchemaConfiguration
Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled is set to true.
Enabled bool
Defaults to true . Set it to false if you want to disable format conversion while preserving the configuration details.
InputFormatConfiguration DeliveryStreamInputFormatConfiguration
Specifies the deserializer that you want Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled is set to true.
OutputFormatConfiguration DeliveryStreamOutputFormatConfiguration
Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled is set to true.
SchemaConfiguration DeliveryStreamSchemaConfiguration
Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled is set to true.
enabled Boolean
Defaults to true . Set it to false if you want to disable format conversion while preserving the configuration details.
inputFormatConfiguration DeliveryStreamInputFormatConfiguration
Specifies the deserializer that you want Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled is set to true.
outputFormatConfiguration DeliveryStreamOutputFormatConfiguration
Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled is set to true.
schemaConfiguration DeliveryStreamSchemaConfiguration
Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled is set to true.
enabled boolean
Defaults to true . Set it to false if you want to disable format conversion while preserving the configuration details.
inputFormatConfiguration DeliveryStreamInputFormatConfiguration
Specifies the deserializer that you want Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled is set to true.
outputFormatConfiguration DeliveryStreamOutputFormatConfiguration
Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled is set to true.
schemaConfiguration DeliveryStreamSchemaConfiguration
Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled is set to true.
enabled bool
Defaults to true . Set it to false if you want to disable format conversion while preserving the configuration details.
input_format_configuration DeliveryStreamInputFormatConfiguration
Specifies the deserializer that you want Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled is set to true.
output_format_configuration DeliveryStreamOutputFormatConfiguration
Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled is set to true.
schema_configuration DeliveryStreamSchemaConfiguration
Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled is set to true.
enabled Boolean
Defaults to true . Set it to false if you want to disable format conversion while preserving the configuration details.
inputFormatConfiguration Property Map
Specifies the deserializer that you want Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled is set to true.
outputFormatConfiguration Property Map
Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled is set to true.
schemaConfiguration Property Map
Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled is set to true.

DeliveryStreamDatabaseColumns
, DeliveryStreamDatabaseColumnsArgs

Exclude List<string>
Include List<string>
Exclude []string
Include []string
exclude List<String>
include List<String>
exclude string[]
include string[]
exclude Sequence[str]
include Sequence[str]
exclude List<String>
include List<String>

DeliveryStreamDatabaseSourceAuthenticationConfiguration
, DeliveryStreamDatabaseSourceAuthenticationConfigurationArgs

secretsManagerConfiguration This property is required. Property Map

DeliveryStreamDatabaseSourceConfiguration
, DeliveryStreamDatabaseSourceConfigurationArgs

DatabaseSourceAuthenticationConfiguration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDatabaseSourceAuthenticationConfiguration

The structure to configure the authentication methods for Firehose to connect to source database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

DatabaseSourceVpcConfiguration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDatabaseSourceVpcConfiguration

The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.

Amazon Data Firehose is in preview release and is subject to change.

Databases This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDatabases

The list of database patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

Endpoint This property is required. string

The endpoint of the database server.

Amazon Data Firehose is in preview release and is subject to change.

Port This property is required. int

The port of the database. This can be one of the following values.

  • 3306 for MySQL database type
  • 5432 for PostgreSQL database type

Amazon Data Firehose is in preview release and is subject to change.

SnapshotWatermarkTable This property is required. string

The fully qualified name of the table in source database endpoint that Firehose uses to track snapshot progress.

Amazon Data Firehose is in preview release and is subject to change.

Tables This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDatabaseTables

The list of table patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

Type This property is required. Pulumi.AwsNative.KinesisFirehose.DeliveryStreamDatabaseSourceConfigurationType

The type of database engine. This can be one of the following values.

  • MySQL
  • PostgreSQL

Amazon Data Firehose is in preview release and is subject to change.

Columns Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDatabaseColumns

The list of column patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

Digest string
PublicCertificate string
SslMode Pulumi.AwsNative.KinesisFirehose.DeliveryStreamDatabaseSourceConfigurationSslMode

The mode to enable or disable SSL when Firehose connects to the database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

SurrogateKeys List<string>

The optional list of table and column names used as unique key columns when taking snapshot if the tables don’t have primary keys configured.

Amazon Data Firehose is in preview release and is subject to change.

DatabaseSourceAuthenticationConfiguration This property is required. DeliveryStreamDatabaseSourceAuthenticationConfiguration

The structure to configure the authentication methods for Firehose to connect to source database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

DatabaseSourceVpcConfiguration This property is required. DeliveryStreamDatabaseSourceVpcConfiguration

The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.

Amazon Data Firehose is in preview release and is subject to change.

Databases This property is required. DeliveryStreamDatabases

The list of database patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

Endpoint This property is required. string

The endpoint of the database server.

Amazon Data Firehose is in preview release and is subject to change.

Port This property is required. int

The port of the database. This can be one of the following values.

  • 3306 for MySQL database type
  • 5432 for PostgreSQL database type

Amazon Data Firehose is in preview release and is subject to change.

SnapshotWatermarkTable This property is required. string

The fully qualified name of the table in source database endpoint that Firehose uses to track snapshot progress.

Amazon Data Firehose is in preview release and is subject to change.

Tables This property is required. DeliveryStreamDatabaseTables

The list of table patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

Type This property is required. DeliveryStreamDatabaseSourceConfigurationType

The type of database engine. This can be one of the following values.

  • MySQL
  • PostgreSQL

Amazon Data Firehose is in preview release and is subject to change.

Columns DeliveryStreamDatabaseColumns

The list of column patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

Digest string
PublicCertificate string
SslMode DeliveryStreamDatabaseSourceConfigurationSslMode

The mode to enable or disable SSL when Firehose connects to the database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

SurrogateKeys []string

The optional list of table and column names used as unique key columns when taking snapshot if the tables don’t have primary keys configured.

Amazon Data Firehose is in preview release and is subject to change.

databaseSourceAuthenticationConfiguration This property is required. DeliveryStreamDatabaseSourceAuthenticationConfiguration

The structure to configure the authentication methods for Firehose to connect to source database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

databaseSourceVpcConfiguration This property is required. DeliveryStreamDatabaseSourceVpcConfiguration

The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.

Amazon Data Firehose is in preview release and is subject to change.

databases This property is required. DeliveryStreamDatabases

The list of database patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

endpoint This property is required. String

The endpoint of the database server.

Amazon Data Firehose is in preview release and is subject to change.

port This property is required. Integer

The port of the database. This can be one of the following values.

  • 3306 for MySQL database type
  • 5432 for PostgreSQL database type

Amazon Data Firehose is in preview release and is subject to change.

snapshotWatermarkTable This property is required. String

The fully qualified name of the table in source database endpoint that Firehose uses to track snapshot progress.

Amazon Data Firehose is in preview release and is subject to change.

tables This property is required. DeliveryStreamDatabaseTables

The list of table patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

type This property is required. DeliveryStreamDatabaseSourceConfigurationType

The type of database engine. This can be one of the following values.

  • MySQL
  • PostgreSQL

Amazon Data Firehose is in preview release and is subject to change.

columns DeliveryStreamDatabaseColumns

The list of column patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

digest String
publicCertificate String
sslMode DeliveryStreamDatabaseSourceConfigurationSslMode

The mode to enable or disable SSL when Firehose connects to the database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

surrogateKeys List<String>

The optional list of table and column names used as unique key columns when taking snapshot if the tables don’t have primary keys configured.

Amazon Data Firehose is in preview release and is subject to change.

databaseSourceAuthenticationConfiguration This property is required. DeliveryStreamDatabaseSourceAuthenticationConfiguration

The structure to configure the authentication methods for Firehose to connect to source database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

databaseSourceVpcConfiguration This property is required. DeliveryStreamDatabaseSourceVpcConfiguration

The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.

Amazon Data Firehose is in preview release and is subject to change.

databases This property is required. DeliveryStreamDatabases

The list of database patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

endpoint This property is required. string

The endpoint of the database server.

Amazon Data Firehose is in preview release and is subject to change.

port This property is required. number

The port of the database. This can be one of the following values.

  • 3306 for MySQL database type
  • 5432 for PostgreSQL database type

Amazon Data Firehose is in preview release and is subject to change.

snapshotWatermarkTable This property is required. string

The fully qualified name of the table in source database endpoint that Firehose uses to track snapshot progress.

Amazon Data Firehose is in preview release and is subject to change.

tables This property is required. DeliveryStreamDatabaseTables

The list of table patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

type This property is required. DeliveryStreamDatabaseSourceConfigurationType

The type of database engine. This can be one of the following values.

  • MySQL
  • PostgreSQL

Amazon Data Firehose is in preview release and is subject to change.

columns DeliveryStreamDatabaseColumns

The list of column patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

digest string
publicCertificate string
sslMode DeliveryStreamDatabaseSourceConfigurationSslMode

The mode to enable or disable SSL when Firehose connects to the database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

surrogateKeys string[]

The optional list of table and column names used as unique key columns when taking snapshot if the tables don’t have primary keys configured.

Amazon Data Firehose is in preview release and is subject to change.

database_source_authentication_configuration This property is required. DeliveryStreamDatabaseSourceAuthenticationConfiguration

The structure to configure the authentication methods for Firehose to connect to source database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

database_source_vpc_configuration This property is required. DeliveryStreamDatabaseSourceVpcConfiguration

The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.

Amazon Data Firehose is in preview release and is subject to change.

databases This property is required. DeliveryStreamDatabases

The list of database patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

endpoint This property is required. str

The endpoint of the database server.

Amazon Data Firehose is in preview release and is subject to change.

port This property is required. int

The port of the database. This can be one of the following values.

  • 3306 for MySQL database type
  • 5432 for PostgreSQL database type

Amazon Data Firehose is in preview release and is subject to change.

snapshot_watermark_table This property is required. str

The fully qualified name of the table in source database endpoint that Firehose uses to track snapshot progress.

Amazon Data Firehose is in preview release and is subject to change.

tables This property is required. DeliveryStreamDatabaseTables

The list of table patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

type This property is required. DeliveryStreamDatabaseSourceConfigurationType

The type of database engine. This can be one of the following values.

  • MySQL
  • PostgreSQL

Amazon Data Firehose is in preview release and is subject to change.

columns DeliveryStreamDatabaseColumns

The list of column patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

digest str
public_certificate str
ssl_mode DeliveryStreamDatabaseSourceConfigurationSslMode

The mode to enable or disable SSL when Firehose connects to the database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

surrogate_keys Sequence[str]

The optional list of table and column names used as unique key columns when taking snapshot if the tables don’t have primary keys configured.

Amazon Data Firehose is in preview release and is subject to change.

databaseSourceAuthenticationConfiguration This property is required. Property Map

The structure to configure the authentication methods for Firehose to connect to source database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

databaseSourceVpcConfiguration This property is required. Property Map

The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.

Amazon Data Firehose is in preview release and is subject to change.

databases This property is required. Property Map

The list of database patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

endpoint This property is required. String

The endpoint of the database server.

Amazon Data Firehose is in preview release and is subject to change.

port This property is required. Number

The port of the database. This can be one of the following values.

  • 3306 for MySQL database type
  • 5432 for PostgreSQL database type

Amazon Data Firehose is in preview release and is subject to change.

snapshotWatermarkTable This property is required. String

The fully qualified name of the table in source database endpoint that Firehose uses to track snapshot progress.

Amazon Data Firehose is in preview release and is subject to change.

tables This property is required. Property Map

The list of table patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

type This property is required. "MySQL" | "PostgreSQL"

The type of database engine. This can be one of the following values.

  • MySQL
  • PostgreSQL

Amazon Data Firehose is in preview release and is subject to change.

columns Property Map

The list of column patterns in source database endpoint for Firehose to read from.

Amazon Data Firehose is in preview release and is subject to change.

digest String
publicCertificate String
sslMode "Disabled" | "Enabled"

The mode to enable or disable SSL when Firehose connects to the database endpoint.

Amazon Data Firehose is in preview release and is subject to change.

surrogateKeys List<String>

The optional list of table and column names used as unique key columns when taking snapshot if the tables don’t have primary keys configured.

Amazon Data Firehose is in preview release and is subject to change.

DeliveryStreamDatabaseSourceConfigurationSslMode
, DeliveryStreamDatabaseSourceConfigurationSslModeArgs

Disabled
Disabled
Enabled
Enabled
DeliveryStreamDatabaseSourceConfigurationSslModeDisabled
Disabled
DeliveryStreamDatabaseSourceConfigurationSslModeEnabled
Enabled
Disabled
Disabled
Enabled
Enabled
Disabled
Disabled
Enabled
Enabled
DISABLED
Disabled
ENABLED
Enabled
"Disabled"
Disabled
"Enabled"
Enabled

DeliveryStreamDatabaseSourceConfigurationType
, DeliveryStreamDatabaseSourceConfigurationTypeArgs

MySql
MySQL
PostgreSql
PostgreSQL
DeliveryStreamDatabaseSourceConfigurationTypeMySql
MySQL
DeliveryStreamDatabaseSourceConfigurationTypePostgreSql
PostgreSQL
MySql
MySQL
PostgreSql
PostgreSQL
MySql
MySQL
PostgreSql
PostgreSQL
MY_SQL
MySQL
POSTGRE_SQL
PostgreSQL
"MySQL"
MySQL
"PostgreSQL"
PostgreSQL

DeliveryStreamDatabaseSourceVpcConfiguration
, DeliveryStreamDatabaseSourceVpcConfigurationArgs

VpcEndpointServiceName This property is required. string

The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principle firehose.amazonaws.com as an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks like com.amazonaws.vpce.<region>.<vpc-endpoint-service-id> .

Amazon Data Firehose is in preview release and is subject to change.

VpcEndpointServiceName This property is required. string

The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principle firehose.amazonaws.com as an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks like com.amazonaws.vpce.<region>.<vpc-endpoint-service-id> .

Amazon Data Firehose is in preview release and is subject to change.

vpcEndpointServiceName This property is required. String

The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principle firehose.amazonaws.com as an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks like com.amazonaws.vpce.<region>.<vpc-endpoint-service-id> .

Amazon Data Firehose is in preview release and is subject to change.

vpcEndpointServiceName This property is required. string

The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principle firehose.amazonaws.com as an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks like com.amazonaws.vpce.<region>.<vpc-endpoint-service-id> .

Amazon Data Firehose is in preview release and is subject to change.

vpc_endpoint_service_name This property is required. str

The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principle firehose.amazonaws.com as an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks like com.amazonaws.vpce.<region>.<vpc-endpoint-service-id> .

Amazon Data Firehose is in preview release and is subject to change.

vpcEndpointServiceName This property is required. String

The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principle firehose.amazonaws.com as an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks like com.amazonaws.vpce.<region>.<vpc-endpoint-service-id> .

Amazon Data Firehose is in preview release and is subject to change.

DeliveryStreamDatabaseTables
, DeliveryStreamDatabaseTablesArgs

Exclude List<string>
Include List<string>
Exclude []string
Include []string
exclude List<String>
include List<String>
exclude string[]
include string[]
exclude Sequence[str]
include Sequence[str]
exclude List<String>
include List<String>

DeliveryStreamDatabases
, DeliveryStreamDatabasesArgs

Exclude List<string>
Include List<string>
Exclude []string
Include []string
exclude List<String>
include List<String>
exclude string[]
include string[]
exclude Sequence[str]
include Sequence[str]
exclude List<String>
include List<String>

DeliveryStreamDeserializer
, DeliveryStreamDeserializerArgs

HiveJsonSerDe Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamHiveJsonSerDe
The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
OpenXJsonSerDe Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamOpenXJsonSerDe
The OpenX SerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
HiveJsonSerDe DeliveryStreamHiveJsonSerDe
The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
OpenXJsonSerDe DeliveryStreamOpenXJsonSerDe
The OpenX SerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
hiveJsonSerDe DeliveryStreamHiveJsonSerDe
The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
openXJsonSerDe DeliveryStreamOpenXJsonSerDe
The OpenX SerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
hiveJsonSerDe DeliveryStreamHiveJsonSerDe
The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
openXJsonSerDe DeliveryStreamOpenXJsonSerDe
The OpenX SerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
hive_json_ser_de DeliveryStreamHiveJsonSerDe
The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
open_x_json_ser_de DeliveryStreamOpenXJsonSerDe
The OpenX SerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
hiveJsonSerDe Property Map
The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
openXJsonSerDe Property Map
The OpenX SerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.

DeliveryStreamDestinationTableConfiguration
, DeliveryStreamDestinationTableConfigurationArgs

DestinationDatabaseName This property is required. string
DestinationTableName This property is required. string
S3ErrorOutputPrefix string
UniqueKeys List<string>
DestinationDatabaseName This property is required. string
DestinationTableName This property is required. string
S3ErrorOutputPrefix string
UniqueKeys []string
destinationDatabaseName This property is required. String
destinationTableName This property is required. String
s3ErrorOutputPrefix String
uniqueKeys List<String>
destinationDatabaseName This property is required. string
destinationTableName This property is required. string
s3ErrorOutputPrefix string
uniqueKeys string[]
destination_database_name This property is required. str
destination_table_name This property is required. str
s3_error_output_prefix str
unique_keys Sequence[str]
destinationDatabaseName This property is required. String
destinationTableName This property is required. String
s3ErrorOutputPrefix String
uniqueKeys List<String>

DeliveryStreamDirectPutSourceConfiguration
, DeliveryStreamDirectPutSourceConfigurationArgs

ThroughputHintInMbs int
The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit. You can use the Firehose Limits form to request a throughput limit increase.
ThroughputHintInMbs int
The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit. You can use the Firehose Limits form to request a throughput limit increase.
throughputHintInMbs Integer
The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit. You can use the Firehose Limits form to request a throughput limit increase.
throughputHintInMbs number
The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit. You can use the Firehose Limits form to request a throughput limit increase.
throughput_hint_in_mbs int
The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit. You can use the Firehose Limits form to request a throughput limit increase.
throughputHintInMbs Number
The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit. You can use the Firehose Limits form to request a throughput limit increase.

DeliveryStreamDocumentIdOptions
, DeliveryStreamDocumentIdOptionsArgs

DefaultDocumentIdFormat This property is required. Pulumi.AwsNative.KinesisFirehose.DeliveryStreamDocumentIdOptionsDefaultDocumentIdFormat

When the FIREHOSE_DEFAULT option is chosen, Firehose generates a unique document ID for each record based on a unique internal identifier. The generated document ID is stable across multiple delivery attempts, which helps prevent the same record from being indexed multiple times with different document IDs.

When the NO_DOCUMENT_ID option is chosen, Firehose does not include any document IDs in the requests it sends to the Amazon OpenSearch Service. This causes the Amazon OpenSearch Service domain to generate document IDs. In case of multiple delivery attempts, this may cause the same record to be indexed more than once with different document IDs. This option enables write-heavy operations, such as the ingestion of logs and observability data, to consume less resources in the Amazon OpenSearch Service domain, resulting in improved performance.

DefaultDocumentIdFormat This property is required. DeliveryStreamDocumentIdOptionsDefaultDocumentIdFormat

When the FIREHOSE_DEFAULT option is chosen, Firehose generates a unique document ID for each record based on a unique internal identifier. The generated document ID is stable across multiple delivery attempts, which helps prevent the same record from being indexed multiple times with different document IDs.

When the NO_DOCUMENT_ID option is chosen, Firehose does not include any document IDs in the requests it sends to the Amazon OpenSearch Service. This causes the Amazon OpenSearch Service domain to generate document IDs. In case of multiple delivery attempts, this may cause the same record to be indexed more than once with different document IDs. This option enables write-heavy operations, such as the ingestion of logs and observability data, to consume less resources in the Amazon OpenSearch Service domain, resulting in improved performance.

defaultDocumentIdFormat This property is required. DeliveryStreamDocumentIdOptionsDefaultDocumentIdFormat

When the FIREHOSE_DEFAULT option is chosen, Firehose generates a unique document ID for each record based on a unique internal identifier. The generated document ID is stable across multiple delivery attempts, which helps prevent the same record from being indexed multiple times with different document IDs.

When the NO_DOCUMENT_ID option is chosen, Firehose does not include any document IDs in the requests it sends to the Amazon OpenSearch Service. This causes the Amazon OpenSearch Service domain to generate document IDs. In case of multiple delivery attempts, this may cause the same record to be indexed more than once with different document IDs. This option enables write-heavy operations, such as the ingestion of logs and observability data, to consume less resources in the Amazon OpenSearch Service domain, resulting in improved performance.

defaultDocumentIdFormat This property is required. DeliveryStreamDocumentIdOptionsDefaultDocumentIdFormat

When the FIREHOSE_DEFAULT option is chosen, Firehose generates a unique document ID for each record based on a unique internal identifier. The generated document ID is stable across multiple delivery attempts, which helps prevent the same record from being indexed multiple times with different document IDs.

When the NO_DOCUMENT_ID option is chosen, Firehose does not include any document IDs in the requests it sends to the Amazon OpenSearch Service. This causes the Amazon OpenSearch Service domain to generate document IDs. In case of multiple delivery attempts, this may cause the same record to be indexed more than once with different document IDs. This option enables write-heavy operations, such as the ingestion of logs and observability data, to consume less resources in the Amazon OpenSearch Service domain, resulting in improved performance.

default_document_id_format This property is required. DeliveryStreamDocumentIdOptionsDefaultDocumentIdFormat

When the FIREHOSE_DEFAULT option is chosen, Firehose generates a unique document ID for each record based on a unique internal identifier. The generated document ID is stable across multiple delivery attempts, which helps prevent the same record from being indexed multiple times with different document IDs.

When the NO_DOCUMENT_ID option is chosen, Firehose does not include any document IDs in the requests it sends to the Amazon OpenSearch Service. This causes the Amazon OpenSearch Service domain to generate document IDs. In case of multiple delivery attempts, this may cause the same record to be indexed more than once with different document IDs. This option enables write-heavy operations, such as the ingestion of logs and observability data, to consume less resources in the Amazon OpenSearch Service domain, resulting in improved performance.

defaultDocumentIdFormat This property is required. "FIREHOSE_DEFAULT" | "NO_DOCUMENT_ID"

When the FIREHOSE_DEFAULT option is chosen, Firehose generates a unique document ID for each record based on a unique internal identifier. The generated document ID is stable across multiple delivery attempts, which helps prevent the same record from being indexed multiple times with different document IDs.

When the NO_DOCUMENT_ID option is chosen, Firehose does not include any document IDs in the requests it sends to the Amazon OpenSearch Service. This causes the Amazon OpenSearch Service domain to generate document IDs. In case of multiple delivery attempts, this may cause the same record to be indexed more than once with different document IDs. This option enables write-heavy operations, such as the ingestion of logs and observability data, to consume less resources in the Amazon OpenSearch Service domain, resulting in improved performance.

DeliveryStreamDocumentIdOptionsDefaultDocumentIdFormat
, DeliveryStreamDocumentIdOptionsDefaultDocumentIdFormatArgs

FirehoseDefault
FIREHOSE_DEFAULT
NoDocumentId
NO_DOCUMENT_ID
DeliveryStreamDocumentIdOptionsDefaultDocumentIdFormatFirehoseDefault
FIREHOSE_DEFAULT
DeliveryStreamDocumentIdOptionsDefaultDocumentIdFormatNoDocumentId
NO_DOCUMENT_ID
FirehoseDefault
FIREHOSE_DEFAULT
NoDocumentId
NO_DOCUMENT_ID
FirehoseDefault
FIREHOSE_DEFAULT
NoDocumentId
NO_DOCUMENT_ID
FIREHOSE_DEFAULT
FIREHOSE_DEFAULT
NO_DOCUMENT_ID
NO_DOCUMENT_ID
"FIREHOSE_DEFAULT"
FIREHOSE_DEFAULT
"NO_DOCUMENT_ID"
NO_DOCUMENT_ID

DeliveryStreamDynamicPartitioningConfiguration
, DeliveryStreamDynamicPartitioningConfigurationArgs

Enabled bool
Specifies whether dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.
RetryOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamRetryOptions
Specifies the retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.
Enabled bool
Specifies whether dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.
RetryOptions DeliveryStreamRetryOptions
Specifies the retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.
enabled Boolean
Specifies whether dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.
retryOptions DeliveryStreamRetryOptions
Specifies the retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.
enabled boolean
Specifies whether dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.
retryOptions DeliveryStreamRetryOptions
Specifies the retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.
enabled bool
Specifies whether dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.
retry_options DeliveryStreamRetryOptions
Specifies the retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.
enabled Boolean
Specifies whether dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.
retryOptions Property Map
Specifies the retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.

DeliveryStreamElasticsearchBufferingHints
, DeliveryStreamElasticsearchBufferingHintsArgs

IntervalInSeconds int
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
SizeInMbs int
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
IntervalInSeconds int
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
SizeInMbs int
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
intervalInSeconds Integer
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
sizeInMbs Integer
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
intervalInSeconds number
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
sizeInMbs number
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
interval_in_seconds int
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
size_in_mbs int
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
intervalInSeconds Number
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
sizeInMbs Number
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .

DeliveryStreamElasticsearchDestinationConfiguration
, DeliveryStreamElasticsearchDestinationConfigurationArgs

IndexName This property is required. string
The name of the Elasticsearch index to which Kinesis Data Firehose adds data for indexing.
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Controlling Access with Amazon Kinesis Data Firehose .
S3Configuration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamS3DestinationConfiguration
The S3 bucket where Kinesis Data Firehose backs up incoming data.
BufferingHints Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamElasticsearchBufferingHints
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon ES domain.
CloudWatchLoggingOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch Logs logging options for the delivery stream.
ClusterEndpoint string
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
DocumentIdOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDocumentIdOptions
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
DomainArn string

The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeElasticsearchDomain , DescribeElasticsearchDomains , and DescribeElasticsearchDomainConfig after assuming the role specified in RoleARN .

Specify either ClusterEndpoint or DomainARN .

IndexRotationPeriod Pulumi.AwsNative.KinesisFirehose.DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriod
The frequency of Elasticsearch index rotation. If you enable index rotation, Kinesis Data Firehose appends a portion of the UTC arrival timestamp to the specified index name, and rotates the appended timestamp accordingly. For more information, see Index Rotation for the Amazon ES Destination in the Amazon Kinesis Data Firehose Developer Guide .
ProcessingConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
RetryOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamElasticsearchRetryOptions
The retry behavior when Kinesis Data Firehose is unable to deliver data to Amazon ES.
S3BackupMode Pulumi.AwsNative.KinesisFirehose.DeliveryStreamElasticsearchDestinationConfigurationS3BackupMode
The condition under which Kinesis Data Firehose delivers data to Amazon Simple Storage Service (Amazon S3). You can send Amazon S3 all documents (all data) or only the documents that Kinesis Data Firehose could not deliver to the Amazon ES destination. For more information and valid values, see the S3BackupMode content for the ElasticsearchDestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
TypeName string
The Elasticsearch type name that Amazon ES adds to documents when indexing data.
VpcConfiguration Changes to this property will trigger replacement. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamVpcConfiguration
The details of the VPC of the Amazon ES destination.
IndexName This property is required. string
The name of the Elasticsearch index to which Kinesis Data Firehose adds data for indexing.
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Controlling Access with Amazon Kinesis Data Firehose .
S3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
The S3 bucket where Kinesis Data Firehose backs up incoming data.
BufferingHints DeliveryStreamElasticsearchBufferingHints
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon ES domain.
CloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch Logs logging options for the delivery stream.
ClusterEndpoint string
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
DocumentIdOptions DeliveryStreamDocumentIdOptions
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
DomainArn string

The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeElasticsearchDomain , DescribeElasticsearchDomains , and DescribeElasticsearchDomainConfig after assuming the role specified in RoleARN .

Specify either ClusterEndpoint or DomainARN .

IndexRotationPeriod DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriod
The frequency of Elasticsearch index rotation. If you enable index rotation, Kinesis Data Firehose appends a portion of the UTC arrival timestamp to the specified index name, and rotates the appended timestamp accordingly. For more information, see Index Rotation for the Amazon ES Destination in the Amazon Kinesis Data Firehose Developer Guide .
ProcessingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
RetryOptions DeliveryStreamElasticsearchRetryOptions
The retry behavior when Kinesis Data Firehose is unable to deliver data to Amazon ES.
S3BackupMode DeliveryStreamElasticsearchDestinationConfigurationS3BackupMode
The condition under which Kinesis Data Firehose delivers data to Amazon Simple Storage Service (Amazon S3). You can send Amazon S3 all documents (all data) or only the documents that Kinesis Data Firehose could not deliver to the Amazon ES destination. For more information and valid values, see the S3BackupMode content for the ElasticsearchDestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
TypeName string
The Elasticsearch type name that Amazon ES adds to documents when indexing data.
VpcConfiguration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
The details of the VPC of the Amazon ES destination.
indexName This property is required. String
The name of the Elasticsearch index to which Kinesis Data Firehose adds data for indexing.
roleArn This property is required. String
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Controlling Access with Amazon Kinesis Data Firehose .
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
The S3 bucket where Kinesis Data Firehose backs up incoming data.
bufferingHints DeliveryStreamElasticsearchBufferingHints
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon ES domain.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch Logs logging options for the delivery stream.
clusterEndpoint String
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
documentIdOptions DeliveryStreamDocumentIdOptions
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
domainArn String

The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeElasticsearchDomain , DescribeElasticsearchDomains , and DescribeElasticsearchDomainConfig after assuming the role specified in RoleARN .

Specify either ClusterEndpoint or DomainARN .

indexRotationPeriod DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriod
The frequency of Elasticsearch index rotation. If you enable index rotation, Kinesis Data Firehose appends a portion of the UTC arrival timestamp to the specified index name, and rotates the appended timestamp accordingly. For more information, see Index Rotation for the Amazon ES Destination in the Amazon Kinesis Data Firehose Developer Guide .
processingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
retryOptions DeliveryStreamElasticsearchRetryOptions
The retry behavior when Kinesis Data Firehose is unable to deliver data to Amazon ES.
s3BackupMode DeliveryStreamElasticsearchDestinationConfigurationS3BackupMode
The condition under which Kinesis Data Firehose delivers data to Amazon Simple Storage Service (Amazon S3). You can send Amazon S3 all documents (all data) or only the documents that Kinesis Data Firehose could not deliver to the Amazon ES destination. For more information and valid values, see the S3BackupMode content for the ElasticsearchDestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
typeName String
The Elasticsearch type name that Amazon ES adds to documents when indexing data.
vpcConfiguration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
The details of the VPC of the Amazon ES destination.
indexName This property is required. string
The name of the Elasticsearch index to which Kinesis Data Firehose adds data for indexing.
roleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Controlling Access with Amazon Kinesis Data Firehose .
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
The S3 bucket where Kinesis Data Firehose backs up incoming data.
bufferingHints DeliveryStreamElasticsearchBufferingHints
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon ES domain.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch Logs logging options for the delivery stream.
clusterEndpoint string
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
documentIdOptions DeliveryStreamDocumentIdOptions
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
domainArn string

The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeElasticsearchDomain , DescribeElasticsearchDomains , and DescribeElasticsearchDomainConfig after assuming the role specified in RoleARN .

Specify either ClusterEndpoint or DomainARN .

indexRotationPeriod DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriod
The frequency of Elasticsearch index rotation. If you enable index rotation, Kinesis Data Firehose appends a portion of the UTC arrival timestamp to the specified index name, and rotates the appended timestamp accordingly. For more information, see Index Rotation for the Amazon ES Destination in the Amazon Kinesis Data Firehose Developer Guide .
processingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
retryOptions DeliveryStreamElasticsearchRetryOptions
The retry behavior when Kinesis Data Firehose is unable to deliver data to Amazon ES.
s3BackupMode DeliveryStreamElasticsearchDestinationConfigurationS3BackupMode
The condition under which Kinesis Data Firehose delivers data to Amazon Simple Storage Service (Amazon S3). You can send Amazon S3 all documents (all data) or only the documents that Kinesis Data Firehose could not deliver to the Amazon ES destination. For more information and valid values, see the S3BackupMode content for the ElasticsearchDestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
typeName string
The Elasticsearch type name that Amazon ES adds to documents when indexing data.
vpcConfiguration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
The details of the VPC of the Amazon ES destination.
index_name This property is required. str
The name of the Elasticsearch index to which Kinesis Data Firehose adds data for indexing.
role_arn This property is required. str
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Controlling Access with Amazon Kinesis Data Firehose .
s3_configuration This property is required. DeliveryStreamS3DestinationConfiguration
The S3 bucket where Kinesis Data Firehose backs up incoming data.
buffering_hints DeliveryStreamElasticsearchBufferingHints
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon ES domain.
cloud_watch_logging_options DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch Logs logging options for the delivery stream.
cluster_endpoint str
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
document_id_options DeliveryStreamDocumentIdOptions
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
domain_arn str

The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeElasticsearchDomain , DescribeElasticsearchDomains , and DescribeElasticsearchDomainConfig after assuming the role specified in RoleARN .

Specify either ClusterEndpoint or DomainARN .

index_rotation_period DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriod
The frequency of Elasticsearch index rotation. If you enable index rotation, Kinesis Data Firehose appends a portion of the UTC arrival timestamp to the specified index name, and rotates the appended timestamp accordingly. For more information, see Index Rotation for the Amazon ES Destination in the Amazon Kinesis Data Firehose Developer Guide .
processing_configuration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
retry_options DeliveryStreamElasticsearchRetryOptions
The retry behavior when Kinesis Data Firehose is unable to deliver data to Amazon ES.
s3_backup_mode DeliveryStreamElasticsearchDestinationConfigurationS3BackupMode
The condition under which Kinesis Data Firehose delivers data to Amazon Simple Storage Service (Amazon S3). You can send Amazon S3 all documents (all data) or only the documents that Kinesis Data Firehose could not deliver to the Amazon ES destination. For more information and valid values, see the S3BackupMode content for the ElasticsearchDestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
type_name str
The Elasticsearch type name that Amazon ES adds to documents when indexing data.
vpc_configuration Changes to this property will trigger replacement. DeliveryStreamVpcConfiguration
The details of the VPC of the Amazon ES destination.
indexName This property is required. String
The name of the Elasticsearch index to which Kinesis Data Firehose adds data for indexing.
roleArn This property is required. String
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Controlling Access with Amazon Kinesis Data Firehose .
s3Configuration This property is required. Property Map
The S3 bucket where Kinesis Data Firehose backs up incoming data.
bufferingHints Property Map
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon ES domain.
cloudWatchLoggingOptions Property Map
The Amazon CloudWatch Logs logging options for the delivery stream.
clusterEndpoint String
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
documentIdOptions Property Map
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
domainArn String

The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeElasticsearchDomain , DescribeElasticsearchDomains , and DescribeElasticsearchDomainConfig after assuming the role specified in RoleARN .

Specify either ClusterEndpoint or DomainARN .

indexRotationPeriod "NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth"
The frequency of Elasticsearch index rotation. If you enable index rotation, Kinesis Data Firehose appends a portion of the UTC arrival timestamp to the specified index name, and rotates the appended timestamp accordingly. For more information, see Index Rotation for the Amazon ES Destination in the Amazon Kinesis Data Firehose Developer Guide .
processingConfiguration Property Map
The data processing configuration for the Kinesis Data Firehose delivery stream.
retryOptions Property Map
The retry behavior when Kinesis Data Firehose is unable to deliver data to Amazon ES.
s3BackupMode "FailedDocumentsOnly" | "AllDocuments"
The condition under which Kinesis Data Firehose delivers data to Amazon Simple Storage Service (Amazon S3). You can send Amazon S3 all documents (all data) or only the documents that Kinesis Data Firehose could not deliver to the Amazon ES destination. For more information and valid values, see the S3BackupMode content for the ElasticsearchDestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
typeName String
The Elasticsearch type name that Amazon ES adds to documents when indexing data.
vpcConfiguration Changes to this property will trigger replacement. Property Map
The details of the VPC of the Amazon ES destination.

DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriod
, DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriodArgs

NoRotation
NoRotation
OneHour
OneHour
OneDay
OneDay
OneWeek
OneWeek
OneMonth
OneMonth
DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriodNoRotation
NoRotation
DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriodOneHour
OneHour
DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriodOneDay
OneDay
DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriodOneWeek
OneWeek
DeliveryStreamElasticsearchDestinationConfigurationIndexRotationPeriodOneMonth
OneMonth
NoRotation
NoRotation
OneHour
OneHour
OneDay
OneDay
OneWeek
OneWeek
OneMonth
OneMonth
NoRotation
NoRotation
OneHour
OneHour
OneDay
OneDay
OneWeek
OneWeek
OneMonth
OneMonth
NO_ROTATION
NoRotation
ONE_HOUR
OneHour
ONE_DAY
OneDay
ONE_WEEK
OneWeek
ONE_MONTH
OneMonth
"NoRotation"
NoRotation
"OneHour"
OneHour
"OneDay"
OneDay
"OneWeek"
OneWeek
"OneMonth"
OneMonth

DeliveryStreamElasticsearchDestinationConfigurationS3BackupMode
, DeliveryStreamElasticsearchDestinationConfigurationS3BackupModeArgs

FailedDocumentsOnly
FailedDocumentsOnly
AllDocuments
AllDocuments
DeliveryStreamElasticsearchDestinationConfigurationS3BackupModeFailedDocumentsOnly
FailedDocumentsOnly
DeliveryStreamElasticsearchDestinationConfigurationS3BackupModeAllDocuments
AllDocuments
FailedDocumentsOnly
FailedDocumentsOnly
AllDocuments
AllDocuments
FailedDocumentsOnly
FailedDocumentsOnly
AllDocuments
AllDocuments
FAILED_DOCUMENTS_ONLY
FailedDocumentsOnly
ALL_DOCUMENTS
AllDocuments
"FailedDocumentsOnly"
FailedDocumentsOnly
"AllDocuments"
AllDocuments

DeliveryStreamElasticsearchRetryOptions
, DeliveryStreamElasticsearchRetryOptionsArgs

DurationInSeconds int
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose re-attempts delivery (including the first attempt). If Kinesis Data Firehose can't deliver the data within the specified time, it writes the data to the backup S3 bucket. For valid values, see the DurationInSeconds content for the ElasticsearchRetryOptions data type in the Amazon Kinesis Data Firehose API Reference .
DurationInSeconds int
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose re-attempts delivery (including the first attempt). If Kinesis Data Firehose can't deliver the data within the specified time, it writes the data to the backup S3 bucket. For valid values, see the DurationInSeconds content for the ElasticsearchRetryOptions data type in the Amazon Kinesis Data Firehose API Reference .
durationInSeconds Integer
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose re-attempts delivery (including the first attempt). If Kinesis Data Firehose can't deliver the data within the specified time, it writes the data to the backup S3 bucket. For valid values, see the DurationInSeconds content for the ElasticsearchRetryOptions data type in the Amazon Kinesis Data Firehose API Reference .
durationInSeconds number
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose re-attempts delivery (including the first attempt). If Kinesis Data Firehose can't deliver the data within the specified time, it writes the data to the backup S3 bucket. For valid values, see the DurationInSeconds content for the ElasticsearchRetryOptions data type in the Amazon Kinesis Data Firehose API Reference .
duration_in_seconds int
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose re-attempts delivery (including the first attempt). If Kinesis Data Firehose can't deliver the data within the specified time, it writes the data to the backup S3 bucket. For valid values, see the DurationInSeconds content for the ElasticsearchRetryOptions data type in the Amazon Kinesis Data Firehose API Reference .
durationInSeconds Number
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose re-attempts delivery (including the first attempt). If Kinesis Data Firehose can't deliver the data within the specified time, it writes the data to the backup S3 bucket. For valid values, see the DurationInSeconds content for the ElasticsearchRetryOptions data type in the Amazon Kinesis Data Firehose API Reference .

DeliveryStreamEncryptionConfiguration
, DeliveryStreamEncryptionConfigurationArgs

KmsEncryptionConfig Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamKmsEncryptionConfig
The AWS Key Management Service ( AWS KMS) encryption key that Amazon S3 uses to encrypt your data.
NoEncryptionConfig Pulumi.AwsNative.KinesisFirehose.DeliveryStreamEncryptionConfigurationNoEncryptionConfig
Disables encryption. For valid values, see the NoEncryptionConfig content for the EncryptionConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
KmsEncryptionConfig DeliveryStreamKmsEncryptionConfig
The AWS Key Management Service ( AWS KMS) encryption key that Amazon S3 uses to encrypt your data.
NoEncryptionConfig DeliveryStreamEncryptionConfigurationNoEncryptionConfig
Disables encryption. For valid values, see the NoEncryptionConfig content for the EncryptionConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
kmsEncryptionConfig DeliveryStreamKmsEncryptionConfig
The AWS Key Management Service ( AWS KMS) encryption key that Amazon S3 uses to encrypt your data.
noEncryptionConfig DeliveryStreamEncryptionConfigurationNoEncryptionConfig
Disables encryption. For valid values, see the NoEncryptionConfig content for the EncryptionConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
kmsEncryptionConfig DeliveryStreamKmsEncryptionConfig
The AWS Key Management Service ( AWS KMS) encryption key that Amazon S3 uses to encrypt your data.
noEncryptionConfig DeliveryStreamEncryptionConfigurationNoEncryptionConfig
Disables encryption. For valid values, see the NoEncryptionConfig content for the EncryptionConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
kms_encryption_config DeliveryStreamKmsEncryptionConfig
The AWS Key Management Service ( AWS KMS) encryption key that Amazon S3 uses to encrypt your data.
no_encryption_config DeliveryStreamEncryptionConfigurationNoEncryptionConfig
Disables encryption. For valid values, see the NoEncryptionConfig content for the EncryptionConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
kmsEncryptionConfig Property Map
The AWS Key Management Service ( AWS KMS) encryption key that Amazon S3 uses to encrypt your data.
noEncryptionConfig "NoEncryption"
Disables encryption. For valid values, see the NoEncryptionConfig content for the EncryptionConfiguration data type in the Amazon Kinesis Data Firehose API Reference .

DeliveryStreamEncryptionConfigurationInput
, DeliveryStreamEncryptionConfigurationInputArgs

KeyType This property is required. Pulumi.AwsNative.KinesisFirehose.DeliveryStreamEncryptionConfigurationInputKeyType

Indicates the type of customer master key (CMK) to use for encryption. The default setting is AWS_OWNED_CMK . For more information about CMKs, see Customer Master Keys (CMKs) .

You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams.

To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the AWS Key Management Service developer guide.

KeyArn string
If you set KeyType to CUSTOMER_MANAGED_CMK , you must specify the Amazon Resource Name (ARN) of the CMK. If you set KeyType to AWS _OWNED_CMK , Firehose uses a service-account CMK.
KeyType This property is required. DeliveryStreamEncryptionConfigurationInputKeyType

Indicates the type of customer master key (CMK) to use for encryption. The default setting is AWS_OWNED_CMK . For more information about CMKs, see Customer Master Keys (CMKs) .

You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams.

To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the AWS Key Management Service developer guide.

KeyArn string
If you set KeyType to CUSTOMER_MANAGED_CMK , you must specify the Amazon Resource Name (ARN) of the CMK. If you set KeyType to AWS _OWNED_CMK , Firehose uses a service-account CMK.
keyType This property is required. DeliveryStreamEncryptionConfigurationInputKeyType

Indicates the type of customer master key (CMK) to use for encryption. The default setting is AWS_OWNED_CMK . For more information about CMKs, see Customer Master Keys (CMKs) .

You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams.

To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the AWS Key Management Service developer guide.

keyArn String
If you set KeyType to CUSTOMER_MANAGED_CMK , you must specify the Amazon Resource Name (ARN) of the CMK. If you set KeyType to AWS _OWNED_CMK , Firehose uses a service-account CMK.
keyType This property is required. DeliveryStreamEncryptionConfigurationInputKeyType

Indicates the type of customer master key (CMK) to use for encryption. The default setting is AWS_OWNED_CMK . For more information about CMKs, see Customer Master Keys (CMKs) .

You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams.

To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the AWS Key Management Service developer guide.

keyArn string
If you set KeyType to CUSTOMER_MANAGED_CMK , you must specify the Amazon Resource Name (ARN) of the CMK. If you set KeyType to AWS _OWNED_CMK , Firehose uses a service-account CMK.
key_type This property is required. DeliveryStreamEncryptionConfigurationInputKeyType

Indicates the type of customer master key (CMK) to use for encryption. The default setting is AWS_OWNED_CMK . For more information about CMKs, see Customer Master Keys (CMKs) .

You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams.

To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the AWS Key Management Service developer guide.

key_arn str
If you set KeyType to CUSTOMER_MANAGED_CMK , you must specify the Amazon Resource Name (ARN) of the CMK. If you set KeyType to AWS _OWNED_CMK , Firehose uses a service-account CMK.
keyType This property is required. "AWS_OWNED_CMK" | "CUSTOMER_MANAGED_CMK"

Indicates the type of customer master key (CMK) to use for encryption. The default setting is AWS_OWNED_CMK . For more information about CMKs, see Customer Master Keys (CMKs) .

You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams.

To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the AWS Key Management Service developer guide.

keyArn String
If you set KeyType to CUSTOMER_MANAGED_CMK , you must specify the Amazon Resource Name (ARN) of the CMK. If you set KeyType to AWS _OWNED_CMK , Firehose uses a service-account CMK.

DeliveryStreamEncryptionConfigurationInputKeyType
, DeliveryStreamEncryptionConfigurationInputKeyTypeArgs

AwsOwnedCmk
AWS_OWNED_CMK
CustomerManagedCmk
CUSTOMER_MANAGED_CMK
DeliveryStreamEncryptionConfigurationInputKeyTypeAwsOwnedCmk
AWS_OWNED_CMK
DeliveryStreamEncryptionConfigurationInputKeyTypeCustomerManagedCmk
CUSTOMER_MANAGED_CMK
AwsOwnedCmk
AWS_OWNED_CMK
CustomerManagedCmk
CUSTOMER_MANAGED_CMK
AwsOwnedCmk
AWS_OWNED_CMK
CustomerManagedCmk
CUSTOMER_MANAGED_CMK
AWS_OWNED_CMK
AWS_OWNED_CMK
CUSTOMER_MANAGED_CMK
CUSTOMER_MANAGED_CMK
"AWS_OWNED_CMK"
AWS_OWNED_CMK
"CUSTOMER_MANAGED_CMK"
CUSTOMER_MANAGED_CMK

DeliveryStreamEncryptionConfigurationNoEncryptionConfig
, DeliveryStreamEncryptionConfigurationNoEncryptionConfigArgs

NoEncryption
NoEncryption
DeliveryStreamEncryptionConfigurationNoEncryptionConfigNoEncryption
NoEncryption
NoEncryption
NoEncryption
NoEncryption
NoEncryption
NO_ENCRYPTION
NoEncryption
"NoEncryption"
NoEncryption

DeliveryStreamExtendedS3DestinationConfiguration
, DeliveryStreamExtendedS3DestinationConfigurationArgs

BucketArn This property is required. string
The Amazon Resource Name (ARN) of the Amazon S3 bucket. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the AWS credentials. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
BufferingHints Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamBufferingHints
The buffering option.
CloudWatchLoggingOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch logging options for your Firehose stream.
CompressionFormat Pulumi.AwsNative.KinesisFirehose.DeliveryStreamExtendedS3DestinationConfigurationCompressionFormat
The compression format. If no value is specified, the default is UNCOMPRESSED .
CustomTimeZone string
The time zone you prefer. UTC is the default.
DataFormatConversionConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDataFormatConversionConfiguration
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
DynamicPartitioningConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDynamicPartitioningConfiguration
The configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.
EncryptionConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamEncryptionConfiguration
The encryption configuration for the Kinesis Data Firehose delivery stream. The default value is NoEncryption .
ErrorOutputPrefix string
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
FileExtension string
Specify a file extension. It will override the default file extension
Prefix string
The YYYY/MM/DD/HH time format prefix is automatically used for delivered Amazon S3 files. For more information, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
ProcessingConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
S3BackupConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamS3DestinationConfiguration
The configuration for backup in Amazon S3.
S3BackupMode Pulumi.AwsNative.KinesisFirehose.DeliveryStreamExtendedS3DestinationConfigurationS3BackupMode
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
BucketArn This property is required. string
The Amazon Resource Name (ARN) of the Amazon S3 bucket. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the AWS credentials. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
BufferingHints DeliveryStreamBufferingHints
The buffering option.
CloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch logging options for your Firehose stream.
CompressionFormat DeliveryStreamExtendedS3DestinationConfigurationCompressionFormat
The compression format. If no value is specified, the default is UNCOMPRESSED .
CustomTimeZone string
The time zone you prefer. UTC is the default.
DataFormatConversionConfiguration DeliveryStreamDataFormatConversionConfiguration
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
DynamicPartitioningConfiguration DeliveryStreamDynamicPartitioningConfiguration
The configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.
EncryptionConfiguration DeliveryStreamEncryptionConfiguration
The encryption configuration for the Kinesis Data Firehose delivery stream. The default value is NoEncryption .
ErrorOutputPrefix string
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
FileExtension string
Specify a file extension. It will override the default file extension
Prefix string
The YYYY/MM/DD/HH time format prefix is automatically used for delivered Amazon S3 files. For more information, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
ProcessingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
S3BackupConfiguration DeliveryStreamS3DestinationConfiguration
The configuration for backup in Amazon S3.
S3BackupMode DeliveryStreamExtendedS3DestinationConfigurationS3BackupMode
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
bucketArn This property is required. String
The Amazon Resource Name (ARN) of the Amazon S3 bucket. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
roleArn This property is required. String
The Amazon Resource Name (ARN) of the AWS credentials. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
bufferingHints DeliveryStreamBufferingHints
The buffering option.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch logging options for your Firehose stream.
compressionFormat DeliveryStreamExtendedS3DestinationConfigurationCompressionFormat
The compression format. If no value is specified, the default is UNCOMPRESSED .
customTimeZone String
The time zone you prefer. UTC is the default.
dataFormatConversionConfiguration DeliveryStreamDataFormatConversionConfiguration
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
dynamicPartitioningConfiguration DeliveryStreamDynamicPartitioningConfiguration
The configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.
encryptionConfiguration DeliveryStreamEncryptionConfiguration
The encryption configuration for the Kinesis Data Firehose delivery stream. The default value is NoEncryption .
errorOutputPrefix String
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
fileExtension String
Specify a file extension. It will override the default file extension
prefix String
The YYYY/MM/DD/HH time format prefix is automatically used for delivered Amazon S3 files. For more information, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
processingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
s3BackupConfiguration DeliveryStreamS3DestinationConfiguration
The configuration for backup in Amazon S3.
s3BackupMode DeliveryStreamExtendedS3DestinationConfigurationS3BackupMode
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
bucketArn This property is required. string
The Amazon Resource Name (ARN) of the Amazon S3 bucket. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
roleArn This property is required. string
The Amazon Resource Name (ARN) of the AWS credentials. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
bufferingHints DeliveryStreamBufferingHints
The buffering option.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch logging options for your Firehose stream.
compressionFormat DeliveryStreamExtendedS3DestinationConfigurationCompressionFormat
The compression format. If no value is specified, the default is UNCOMPRESSED .
customTimeZone string
The time zone you prefer. UTC is the default.
dataFormatConversionConfiguration DeliveryStreamDataFormatConversionConfiguration
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
dynamicPartitioningConfiguration DeliveryStreamDynamicPartitioningConfiguration
The configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.
encryptionConfiguration DeliveryStreamEncryptionConfiguration
The encryption configuration for the Kinesis Data Firehose delivery stream. The default value is NoEncryption .
errorOutputPrefix string
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
fileExtension string
Specify a file extension. It will override the default file extension
prefix string
The YYYY/MM/DD/HH time format prefix is automatically used for delivered Amazon S3 files. For more information, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
processingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
s3BackupConfiguration DeliveryStreamS3DestinationConfiguration
The configuration for backup in Amazon S3.
s3BackupMode DeliveryStreamExtendedS3DestinationConfigurationS3BackupMode
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
bucket_arn This property is required. str
The Amazon Resource Name (ARN) of the Amazon S3 bucket. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
role_arn This property is required. str
The Amazon Resource Name (ARN) of the AWS credentials. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
buffering_hints DeliveryStreamBufferingHints
The buffering option.
cloud_watch_logging_options DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch logging options for your Firehose stream.
compression_format DeliveryStreamExtendedS3DestinationConfigurationCompressionFormat
The compression format. If no value is specified, the default is UNCOMPRESSED .
custom_time_zone str
The time zone you prefer. UTC is the default.
data_format_conversion_configuration DeliveryStreamDataFormatConversionConfiguration
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
dynamic_partitioning_configuration DeliveryStreamDynamicPartitioningConfiguration
The configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.
encryption_configuration DeliveryStreamEncryptionConfiguration
The encryption configuration for the Kinesis Data Firehose delivery stream. The default value is NoEncryption .
error_output_prefix str
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
file_extension str
Specify a file extension. It will override the default file extension
prefix str
The YYYY/MM/DD/HH time format prefix is automatically used for delivered Amazon S3 files. For more information, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
processing_configuration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
s3_backup_configuration DeliveryStreamS3DestinationConfiguration
The configuration for backup in Amazon S3.
s3_backup_mode DeliveryStreamExtendedS3DestinationConfigurationS3BackupMode
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
bucketArn This property is required. String
The Amazon Resource Name (ARN) of the Amazon S3 bucket. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
roleArn This property is required. String
The Amazon Resource Name (ARN) of the AWS credentials. For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
bufferingHints Property Map
The buffering option.
cloudWatchLoggingOptions Property Map
The Amazon CloudWatch logging options for your Firehose stream.
compressionFormat "UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY"
The compression format. If no value is specified, the default is UNCOMPRESSED .
customTimeZone String
The time zone you prefer. UTC is the default.
dataFormatConversionConfiguration Property Map
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
dynamicPartitioningConfiguration Property Map
The configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.
encryptionConfiguration Property Map
The encryption configuration for the Kinesis Data Firehose delivery stream. The default value is NoEncryption .
errorOutputPrefix String
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
fileExtension String
Specify a file extension. It will override the default file extension
prefix String
The YYYY/MM/DD/HH time format prefix is automatically used for delivered Amazon S3 files. For more information, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
processingConfiguration Property Map
The data processing configuration for the Kinesis Data Firehose delivery stream.
s3BackupConfiguration Property Map
The configuration for backup in Amazon S3.
s3BackupMode "Disabled" | "Enabled"
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.

DeliveryStreamExtendedS3DestinationConfigurationCompressionFormat
, DeliveryStreamExtendedS3DestinationConfigurationCompressionFormatArgs

Uncompressed
UNCOMPRESSED
Gzip
GZIP
Zip
ZIP
Snappy
Snappy
HadoopSnappy
HADOOP_SNAPPY
DeliveryStreamExtendedS3DestinationConfigurationCompressionFormatUncompressed
UNCOMPRESSED
DeliveryStreamExtendedS3DestinationConfigurationCompressionFormatGzip
GZIP
DeliveryStreamExtendedS3DestinationConfigurationCompressionFormatZip
ZIP
DeliveryStreamExtendedS3DestinationConfigurationCompressionFormatSnappy
Snappy
DeliveryStreamExtendedS3DestinationConfigurationCompressionFormatHadoopSnappy
HADOOP_SNAPPY
Uncompressed
UNCOMPRESSED
Gzip
GZIP
Zip
ZIP
Snappy
Snappy
HadoopSnappy
HADOOP_SNAPPY
Uncompressed
UNCOMPRESSED
Gzip
GZIP
Zip
ZIP
Snappy
Snappy
HadoopSnappy
HADOOP_SNAPPY
UNCOMPRESSED
UNCOMPRESSED
GZIP
GZIP
ZIP
ZIP
SNAPPY
Snappy
HADOOP_SNAPPY
HADOOP_SNAPPY
"UNCOMPRESSED"
UNCOMPRESSED
"GZIP"
GZIP
"ZIP"
ZIP
"Snappy"
Snappy
"HADOOP_SNAPPY"
HADOOP_SNAPPY

DeliveryStreamExtendedS3DestinationConfigurationS3BackupMode
, DeliveryStreamExtendedS3DestinationConfigurationS3BackupModeArgs

Disabled
Disabled
Enabled
Enabled
DeliveryStreamExtendedS3DestinationConfigurationS3BackupModeDisabled
Disabled
DeliveryStreamExtendedS3DestinationConfigurationS3BackupModeEnabled
Enabled
Disabled
Disabled
Enabled
Enabled
Disabled
Disabled
Enabled
Enabled
DISABLED
Disabled
ENABLED
Enabled
"Disabled"
Disabled
"Enabled"
Enabled

DeliveryStreamHiveJsonSerDe
, DeliveryStreamHiveJsonSerDeArgs

TimestampFormats List<string>
Indicates how you want Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat . You can also use the special value millis to parse timestamps in epoch milliseconds. If you don't specify a format, Firehose uses java.sql.Timestamp::valueOf by default.
TimestampFormats []string
Indicates how you want Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat . You can also use the special value millis to parse timestamps in epoch milliseconds. If you don't specify a format, Firehose uses java.sql.Timestamp::valueOf by default.
timestampFormats List<String>
Indicates how you want Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat . You can also use the special value millis to parse timestamps in epoch milliseconds. If you don't specify a format, Firehose uses java.sql.Timestamp::valueOf by default.
timestampFormats string[]
Indicates how you want Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat . You can also use the special value millis to parse timestamps in epoch milliseconds. If you don't specify a format, Firehose uses java.sql.Timestamp::valueOf by default.
timestamp_formats Sequence[str]
Indicates how you want Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat . You can also use the special value millis to parse timestamps in epoch milliseconds. If you don't specify a format, Firehose uses java.sql.Timestamp::valueOf by default.
timestampFormats List<String>
Indicates how you want Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat . You can also use the special value millis to parse timestamps in epoch milliseconds. If you don't specify a format, Firehose uses java.sql.Timestamp::valueOf by default.

DeliveryStreamHttpEndpointCommonAttribute
, DeliveryStreamHttpEndpointCommonAttributeArgs

AttributeName This property is required. string
The name of the HTTP endpoint common attribute.
AttributeValue This property is required. string
The value of the HTTP endpoint common attribute.
AttributeName This property is required. string
The name of the HTTP endpoint common attribute.
AttributeValue This property is required. string
The value of the HTTP endpoint common attribute.
attributeName This property is required. String
The name of the HTTP endpoint common attribute.
attributeValue This property is required. String
The value of the HTTP endpoint common attribute.
attributeName This property is required. string
The name of the HTTP endpoint common attribute.
attributeValue This property is required. string
The value of the HTTP endpoint common attribute.
attribute_name This property is required. str
The name of the HTTP endpoint common attribute.
attribute_value This property is required. str
The value of the HTTP endpoint common attribute.
attributeName This property is required. String
The name of the HTTP endpoint common attribute.
attributeValue This property is required. String
The value of the HTTP endpoint common attribute.

DeliveryStreamHttpEndpointConfiguration
, DeliveryStreamHttpEndpointConfigurationArgs

Url This property is required. string
The URL of the HTTP endpoint selected as the destination.
AccessKey string
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
Name string
The name of the HTTP endpoint selected as the destination.
Url This property is required. string
The URL of the HTTP endpoint selected as the destination.
AccessKey string
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
Name string
The name of the HTTP endpoint selected as the destination.
url This property is required. String
The URL of the HTTP endpoint selected as the destination.
accessKey String
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
name String
The name of the HTTP endpoint selected as the destination.
url This property is required. string
The URL of the HTTP endpoint selected as the destination.
accessKey string
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
name string
The name of the HTTP endpoint selected as the destination.
url This property is required. str
The URL of the HTTP endpoint selected as the destination.
access_key str
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
name str
The name of the HTTP endpoint selected as the destination.
url This property is required. String
The URL of the HTTP endpoint selected as the destination.
accessKey String
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
name String
The name of the HTTP endpoint selected as the destination.

DeliveryStreamHttpEndpointDestinationConfiguration
, DeliveryStreamHttpEndpointDestinationConfigurationArgs

EndpointConfiguration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamHttpEndpointConfiguration
The configuration of the HTTP endpoint selected as the destination.
S3Configuration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamS3DestinationConfiguration
Describes the configuration of a destination in Amazon S3.
BufferingHints Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamBufferingHints
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.
CloudWatchLoggingOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your delivery stream.
ProcessingConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamProcessingConfiguration
Describes the data processing configuration.
RequestConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamHttpEndpointRequestConfiguration
The configuration of the request sent to the HTTP endpoint specified as the destination.
RetryOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamRetryOptions
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.
RoleArn string
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
S3BackupMode string
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).
SecretsManagerConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for HTTP Endpoint destination.
EndpointConfiguration This property is required. DeliveryStreamHttpEndpointConfiguration
The configuration of the HTTP endpoint selected as the destination.
S3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
Describes the configuration of a destination in Amazon S3.
BufferingHints DeliveryStreamBufferingHints
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.
CloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your delivery stream.
ProcessingConfiguration DeliveryStreamProcessingConfiguration
Describes the data processing configuration.
RequestConfiguration DeliveryStreamHttpEndpointRequestConfiguration
The configuration of the request sent to the HTTP endpoint specified as the destination.
RetryOptions DeliveryStreamRetryOptions
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.
RoleArn string
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
S3BackupMode string
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).
SecretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for HTTP Endpoint destination.
endpointConfiguration This property is required. DeliveryStreamHttpEndpointConfiguration
The configuration of the HTTP endpoint selected as the destination.
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
Describes the configuration of a destination in Amazon S3.
bufferingHints DeliveryStreamBufferingHints
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.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your delivery stream.
processingConfiguration DeliveryStreamProcessingConfiguration
Describes the data processing configuration.
requestConfiguration DeliveryStreamHttpEndpointRequestConfiguration
The configuration of the request sent to the HTTP endpoint specified as the destination.
retryOptions DeliveryStreamRetryOptions
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.
roleArn String
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
s3BackupMode String
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).
secretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for HTTP Endpoint destination.
endpointConfiguration This property is required. DeliveryStreamHttpEndpointConfiguration
The configuration of the HTTP endpoint selected as the destination.
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
Describes the configuration of a destination in Amazon S3.
bufferingHints DeliveryStreamBufferingHints
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.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your delivery stream.
processingConfiguration DeliveryStreamProcessingConfiguration
Describes the data processing configuration.
requestConfiguration DeliveryStreamHttpEndpointRequestConfiguration
The configuration of the request sent to the HTTP endpoint specified as the destination.
retryOptions DeliveryStreamRetryOptions
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.
roleArn string
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
s3BackupMode string
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).
secretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for HTTP Endpoint destination.
endpoint_configuration This property is required. DeliveryStreamHttpEndpointConfiguration
The configuration of the HTTP endpoint selected as the destination.
s3_configuration This property is required. DeliveryStreamS3DestinationConfiguration
Describes the configuration of a destination in Amazon S3.
buffering_hints DeliveryStreamBufferingHints
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.
cloud_watch_logging_options DeliveryStreamCloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your delivery stream.
processing_configuration DeliveryStreamProcessingConfiguration
Describes the data processing configuration.
request_configuration DeliveryStreamHttpEndpointRequestConfiguration
The configuration of the request sent to the HTTP endpoint specified as the destination.
retry_options DeliveryStreamRetryOptions
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.
role_arn str
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
s3_backup_mode str
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).
secrets_manager_configuration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for HTTP Endpoint destination.
endpointConfiguration This property is required. Property Map
The configuration of the HTTP endpoint selected as the destination.
s3Configuration This property is required. Property Map
Describes the configuration of a destination in Amazon S3.
bufferingHints Property Map
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.
cloudWatchLoggingOptions Property Map
Describes the Amazon CloudWatch logging options for your delivery stream.
processingConfiguration Property Map
Describes the data processing configuration.
requestConfiguration Property Map
The configuration of the request sent to the HTTP endpoint specified as the destination.
retryOptions Property Map
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.
roleArn String
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
s3BackupMode String
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).
secretsManagerConfiguration Property Map
The configuration that defines how you access secrets for HTTP Endpoint destination.

DeliveryStreamHttpEndpointRequestConfiguration
, DeliveryStreamHttpEndpointRequestConfigurationArgs

CommonAttributes List<Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamHttpEndpointCommonAttribute>
Describes the metadata sent to the HTTP endpoint destination.
ContentEncoding Pulumi.AwsNative.KinesisFirehose.DeliveryStreamHttpEndpointRequestConfigurationContentEncoding
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
CommonAttributes []DeliveryStreamHttpEndpointCommonAttribute
Describes the metadata sent to the HTTP endpoint destination.
ContentEncoding DeliveryStreamHttpEndpointRequestConfigurationContentEncoding
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
commonAttributes List<DeliveryStreamHttpEndpointCommonAttribute>
Describes the metadata sent to the HTTP endpoint destination.
contentEncoding DeliveryStreamHttpEndpointRequestConfigurationContentEncoding
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
commonAttributes DeliveryStreamHttpEndpointCommonAttribute[]
Describes the metadata sent to the HTTP endpoint destination.
contentEncoding DeliveryStreamHttpEndpointRequestConfigurationContentEncoding
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
common_attributes Sequence[DeliveryStreamHttpEndpointCommonAttribute]
Describes the metadata sent to the HTTP endpoint destination.
content_encoding DeliveryStreamHttpEndpointRequestConfigurationContentEncoding
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
commonAttributes List<Property Map>
Describes the metadata sent to the HTTP endpoint destination.
contentEncoding "NONE" | "GZIP"
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.

DeliveryStreamHttpEndpointRequestConfigurationContentEncoding
, DeliveryStreamHttpEndpointRequestConfigurationContentEncodingArgs

None
NONE
Gzip
GZIP
DeliveryStreamHttpEndpointRequestConfigurationContentEncodingNone
NONE
DeliveryStreamHttpEndpointRequestConfigurationContentEncodingGzip
GZIP
None
NONE
Gzip
GZIP
None
NONE
Gzip
GZIP
NONE
NONE
GZIP
GZIP
"NONE"
NONE
"GZIP"
GZIP

DeliveryStreamIcebergDestinationConfiguration
, DeliveryStreamIcebergDestinationConfigurationArgs

CatalogConfiguration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCatalogConfiguration
Configuration describing where the destination Apache Iceberg Tables are persisted.
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
S3Configuration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamS3DestinationConfiguration
AppendOnly bool

Describes whether all incoming data for this delivery stream will be append only (inserts only and not for updates and deletes) for Iceberg delivery. This feature is only applicable for Apache Iceberg Tables.

The default value is false. If you set this value to true, Firehose automatically increases the throughput limit of a stream based on the throttling levels of the stream. If you set this parameter to true for a stream with updates and deletes, you will see out of order delivery.

BufferingHints Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamBufferingHints
CloudWatchLoggingOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCloudWatchLoggingOptions
DestinationTableConfigurationList List<Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDestinationTableConfiguration>
Provides a list of DestinationTableConfigurations which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
ProcessingConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamProcessingConfiguration
RetryOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamRetryOptions
S3BackupMode Pulumi.AwsNative.KinesisFirehose.DeliveryStreamIcebergDestinationConfigurations3BackupMode
Describes how Firehose will backup records. Currently,S3 backup only supports FailedDataOnly .
CatalogConfiguration This property is required. DeliveryStreamCatalogConfiguration
Configuration describing where the destination Apache Iceberg Tables are persisted.
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
S3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
AppendOnly bool

Describes whether all incoming data for this delivery stream will be append only (inserts only and not for updates and deletes) for Iceberg delivery. This feature is only applicable for Apache Iceberg Tables.

The default value is false. If you set this value to true, Firehose automatically increases the throughput limit of a stream based on the throttling levels of the stream. If you set this parameter to true for a stream with updates and deletes, you will see out of order delivery.

BufferingHints DeliveryStreamBufferingHints
CloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
DestinationTableConfigurationList []DeliveryStreamDestinationTableConfiguration
Provides a list of DestinationTableConfigurations which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
ProcessingConfiguration DeliveryStreamProcessingConfiguration
RetryOptions DeliveryStreamRetryOptions
S3BackupMode DeliveryStreamIcebergDestinationConfigurations3BackupMode
Describes how Firehose will backup records. Currently,S3 backup only supports FailedDataOnly .
catalogConfiguration This property is required. DeliveryStreamCatalogConfiguration
Configuration describing where the destination Apache Iceberg Tables are persisted.
roleArn This property is required. String
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
appendOnly Boolean

Describes whether all incoming data for this delivery stream will be append only (inserts only and not for updates and deletes) for Iceberg delivery. This feature is only applicable for Apache Iceberg Tables.

The default value is false. If you set this value to true, Firehose automatically increases the throughput limit of a stream based on the throttling levels of the stream. If you set this parameter to true for a stream with updates and deletes, you will see out of order delivery.

bufferingHints DeliveryStreamBufferingHints
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
destinationTableConfigurationList List<DeliveryStreamDestinationTableConfiguration>
Provides a list of DestinationTableConfigurations which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
processingConfiguration DeliveryStreamProcessingConfiguration
retryOptions DeliveryStreamRetryOptions
s3BackupMode DeliveryStreamIcebergDestinationConfigurations3BackupMode
Describes how Firehose will backup records. Currently,S3 backup only supports FailedDataOnly .
catalogConfiguration This property is required. DeliveryStreamCatalogConfiguration
Configuration describing where the destination Apache Iceberg Tables are persisted.
roleArn This property is required. string
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
appendOnly boolean

Describes whether all incoming data for this delivery stream will be append only (inserts only and not for updates and deletes) for Iceberg delivery. This feature is only applicable for Apache Iceberg Tables.

The default value is false. If you set this value to true, Firehose automatically increases the throughput limit of a stream based on the throttling levels of the stream. If you set this parameter to true for a stream with updates and deletes, you will see out of order delivery.

bufferingHints DeliveryStreamBufferingHints
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
destinationTableConfigurationList DeliveryStreamDestinationTableConfiguration[]
Provides a list of DestinationTableConfigurations which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
processingConfiguration DeliveryStreamProcessingConfiguration
retryOptions DeliveryStreamRetryOptions
s3BackupMode DeliveryStreamIcebergDestinationConfigurations3BackupMode
Describes how Firehose will backup records. Currently,S3 backup only supports FailedDataOnly .
catalog_configuration This property is required. DeliveryStreamCatalogConfiguration
Configuration describing where the destination Apache Iceberg Tables are persisted.
role_arn This property is required. str
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
s3_configuration This property is required. DeliveryStreamS3DestinationConfiguration
append_only bool

Describes whether all incoming data for this delivery stream will be append only (inserts only and not for updates and deletes) for Iceberg delivery. This feature is only applicable for Apache Iceberg Tables.

The default value is false. If you set this value to true, Firehose automatically increases the throughput limit of a stream based on the throttling levels of the stream. If you set this parameter to true for a stream with updates and deletes, you will see out of order delivery.

buffering_hints DeliveryStreamBufferingHints
cloud_watch_logging_options DeliveryStreamCloudWatchLoggingOptions
destination_table_configuration_list Sequence[DeliveryStreamDestinationTableConfiguration]
Provides a list of DestinationTableConfigurations which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
processing_configuration DeliveryStreamProcessingConfiguration
retry_options DeliveryStreamRetryOptions
s3_backup_mode DeliveryStreamIcebergDestinationConfigurations3BackupMode
Describes how Firehose will backup records. Currently,S3 backup only supports FailedDataOnly .
catalogConfiguration This property is required. Property Map
Configuration describing where the destination Apache Iceberg Tables are persisted.
roleArn This property is required. String
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
s3Configuration This property is required. Property Map
appendOnly Boolean

Describes whether all incoming data for this delivery stream will be append only (inserts only and not for updates and deletes) for Iceberg delivery. This feature is only applicable for Apache Iceberg Tables.

The default value is false. If you set this value to true, Firehose automatically increases the throughput limit of a stream based on the throttling levels of the stream. If you set this parameter to true for a stream with updates and deletes, you will see out of order delivery.

bufferingHints Property Map
cloudWatchLoggingOptions Property Map
destinationTableConfigurationList List<Property Map>
Provides a list of DestinationTableConfigurations which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
processingConfiguration Property Map
retryOptions Property Map
s3BackupMode "AllData" | "FailedDataOnly"
Describes how Firehose will backup records. Currently,S3 backup only supports FailedDataOnly .

DeliveryStreamIcebergDestinationConfigurations3BackupMode
, DeliveryStreamIcebergDestinationConfigurations3BackupModeArgs

AllData
AllData
FailedDataOnly
FailedDataOnly
DeliveryStreamIcebergDestinationConfigurations3BackupModeAllData
AllData
DeliveryStreamIcebergDestinationConfigurations3BackupModeFailedDataOnly
FailedDataOnly
AllData
AllData
FailedDataOnly
FailedDataOnly
AllData
AllData
FailedDataOnly
FailedDataOnly
ALL_DATA
AllData
FAILED_DATA_ONLY
FailedDataOnly
"AllData"
AllData
"FailedDataOnly"
FailedDataOnly

DeliveryStreamInputFormatConfiguration
, DeliveryStreamInputFormatConfigurationArgs

Deserializer Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamDeserializer
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
Deserializer DeliveryStreamDeserializer
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
deserializer DeliveryStreamDeserializer
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
deserializer DeliveryStreamDeserializer
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
deserializer DeliveryStreamDeserializer
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
deserializer Property Map
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.

DeliveryStreamKinesisStreamSourceConfiguration
, DeliveryStreamKinesisStreamSourceConfigurationArgs

KinesisStreamArn This property is required. string
The ARN of the source Kinesis data stream.
RoleArn This property is required. string
The ARN of the role that provides access to the source Kinesis data stream.
KinesisStreamArn This property is required. string
The ARN of the source Kinesis data stream.
RoleArn This property is required. string
The ARN of the role that provides access to the source Kinesis data stream.
kinesisStreamArn This property is required. String
The ARN of the source Kinesis data stream.
roleArn This property is required. String
The ARN of the role that provides access to the source Kinesis data stream.
kinesisStreamArn This property is required. string
The ARN of the source Kinesis data stream.
roleArn This property is required. string
The ARN of the role that provides access to the source Kinesis data stream.
kinesis_stream_arn This property is required. str
The ARN of the source Kinesis data stream.
role_arn This property is required. str
The ARN of the role that provides access to the source Kinesis data stream.
kinesisStreamArn This property is required. String
The ARN of the source Kinesis data stream.
roleArn This property is required. String
The ARN of the role that provides access to the source Kinesis data stream.

DeliveryStreamKmsEncryptionConfig
, DeliveryStreamKmsEncryptionConfigArgs

AwskmsKeyArn This property is required. string
The Amazon Resource Name (ARN) of the AWS KMS encryption key that Amazon S3 uses to encrypt data delivered by the Kinesis Data Firehose stream. The key must belong to the same region as the destination S3 bucket.
AwskmsKeyArn This property is required. string
The Amazon Resource Name (ARN) of the AWS KMS encryption key that Amazon S3 uses to encrypt data delivered by the Kinesis Data Firehose stream. The key must belong to the same region as the destination S3 bucket.
awskmsKeyArn This property is required. String
The Amazon Resource Name (ARN) of the AWS KMS encryption key that Amazon S3 uses to encrypt data delivered by the Kinesis Data Firehose stream. The key must belong to the same region as the destination S3 bucket.
awskmsKeyArn This property is required. string
The Amazon Resource Name (ARN) of the AWS KMS encryption key that Amazon S3 uses to encrypt data delivered by the Kinesis Data Firehose stream. The key must belong to the same region as the destination S3 bucket.
awskms_key_arn This property is required. str
The Amazon Resource Name (ARN) of the AWS KMS encryption key that Amazon S3 uses to encrypt data delivered by the Kinesis Data Firehose stream. The key must belong to the same region as the destination S3 bucket.
awskmsKeyArn This property is required. String
The Amazon Resource Name (ARN) of the AWS KMS encryption key that Amazon S3 uses to encrypt data delivered by the Kinesis Data Firehose stream. The key must belong to the same region as the destination S3 bucket.

DeliveryStreamMskSourceConfiguration
, DeliveryStreamMskSourceConfigurationArgs

AuthenticationConfiguration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamAuthenticationConfiguration
The authentication configuration of the Amazon MSK cluster.
MskClusterArn This property is required. string
The ARN of the Amazon MSK cluster.
TopicName This property is required. string
The topic name within the Amazon MSK cluster.
ReadFromTimestamp string

The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active.

If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the ReadFromTimestamp parameter to Epoch (1970-01-01T00:00:00Z).

AuthenticationConfiguration This property is required. DeliveryStreamAuthenticationConfiguration
The authentication configuration of the Amazon MSK cluster.
MskClusterArn This property is required. string
The ARN of the Amazon MSK cluster.
TopicName This property is required. string
The topic name within the Amazon MSK cluster.
ReadFromTimestamp string

The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active.

If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the ReadFromTimestamp parameter to Epoch (1970-01-01T00:00:00Z).

authenticationConfiguration This property is required. DeliveryStreamAuthenticationConfiguration
The authentication configuration of the Amazon MSK cluster.
mskClusterArn This property is required. String
The ARN of the Amazon MSK cluster.
topicName This property is required. String
The topic name within the Amazon MSK cluster.
readFromTimestamp String

The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active.

If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the ReadFromTimestamp parameter to Epoch (1970-01-01T00:00:00Z).

authenticationConfiguration This property is required. DeliveryStreamAuthenticationConfiguration
The authentication configuration of the Amazon MSK cluster.
mskClusterArn This property is required. string
The ARN of the Amazon MSK cluster.
topicName This property is required. string
The topic name within the Amazon MSK cluster.
readFromTimestamp string

The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active.

If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the ReadFromTimestamp parameter to Epoch (1970-01-01T00:00:00Z).

authentication_configuration This property is required. DeliveryStreamAuthenticationConfiguration
The authentication configuration of the Amazon MSK cluster.
msk_cluster_arn This property is required. str
The ARN of the Amazon MSK cluster.
topic_name This property is required. str
The topic name within the Amazon MSK cluster.
read_from_timestamp str

The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active.

If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the ReadFromTimestamp parameter to Epoch (1970-01-01T00:00:00Z).

authenticationConfiguration This property is required. Property Map
The authentication configuration of the Amazon MSK cluster.
mskClusterArn This property is required. String
The ARN of the Amazon MSK cluster.
topicName This property is required. String
The topic name within the Amazon MSK cluster.
readFromTimestamp String

The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active.

If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the ReadFromTimestamp parameter to Epoch (1970-01-01T00:00:00Z).

DeliveryStreamOpenXJsonSerDe
, DeliveryStreamOpenXJsonSerDeArgs

CaseInsensitive bool
When set to true , which is the default, Firehose converts JSON keys to lowercase before deserializing them.
ColumnToJsonKeyMappings Dictionary<string, string>
Maps column names to JSON keys that aren't identical to the column names. This is useful when the JSON contains keys that are Hive keywords. For example, timestamp is a Hive keyword. If you have a JSON key named timestamp , set this parameter to {"ts": "timestamp"} to map this key to a column named ts .
ConvertDotsInJsonKeysToUnderscores bool

When set to true , specifies that the names of the keys include dots and that you want Firehose to replace them with underscores. This is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is "a.b", you can define the column name to be "a_b" when using this option.

The default is false .

CaseInsensitive bool
When set to true , which is the default, Firehose converts JSON keys to lowercase before deserializing them.
ColumnToJsonKeyMappings map[string]string
Maps column names to JSON keys that aren't identical to the column names. This is useful when the JSON contains keys that are Hive keywords. For example, timestamp is a Hive keyword. If you have a JSON key named timestamp , set this parameter to {"ts": "timestamp"} to map this key to a column named ts .
ConvertDotsInJsonKeysToUnderscores bool

When set to true , specifies that the names of the keys include dots and that you want Firehose to replace them with underscores. This is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is "a.b", you can define the column name to be "a_b" when using this option.

The default is false .

caseInsensitive Boolean
When set to true , which is the default, Firehose converts JSON keys to lowercase before deserializing them.
columnToJsonKeyMappings Map<String,String>
Maps column names to JSON keys that aren't identical to the column names. This is useful when the JSON contains keys that are Hive keywords. For example, timestamp is a Hive keyword. If you have a JSON key named timestamp , set this parameter to {"ts": "timestamp"} to map this key to a column named ts .
convertDotsInJsonKeysToUnderscores Boolean

When set to true , specifies that the names of the keys include dots and that you want Firehose to replace them with underscores. This is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is "a.b", you can define the column name to be "a_b" when using this option.

The default is false .

caseInsensitive boolean
When set to true , which is the default, Firehose converts JSON keys to lowercase before deserializing them.
columnToJsonKeyMappings {[key: string]: string}
Maps column names to JSON keys that aren't identical to the column names. This is useful when the JSON contains keys that are Hive keywords. For example, timestamp is a Hive keyword. If you have a JSON key named timestamp , set this parameter to {"ts": "timestamp"} to map this key to a column named ts .
convertDotsInJsonKeysToUnderscores boolean

When set to true , specifies that the names of the keys include dots and that you want Firehose to replace them with underscores. This is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is "a.b", you can define the column name to be "a_b" when using this option.

The default is false .

case_insensitive bool
When set to true , which is the default, Firehose converts JSON keys to lowercase before deserializing them.
column_to_json_key_mappings Mapping[str, str]
Maps column names to JSON keys that aren't identical to the column names. This is useful when the JSON contains keys that are Hive keywords. For example, timestamp is a Hive keyword. If you have a JSON key named timestamp , set this parameter to {"ts": "timestamp"} to map this key to a column named ts .
convert_dots_in_json_keys_to_underscores bool

When set to true , specifies that the names of the keys include dots and that you want Firehose to replace them with underscores. This is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is "a.b", you can define the column name to be "a_b" when using this option.

The default is false .

caseInsensitive Boolean
When set to true , which is the default, Firehose converts JSON keys to lowercase before deserializing them.
columnToJsonKeyMappings Map<String>
Maps column names to JSON keys that aren't identical to the column names. This is useful when the JSON contains keys that are Hive keywords. For example, timestamp is a Hive keyword. If you have a JSON key named timestamp , set this parameter to {"ts": "timestamp"} to map this key to a column named ts .
convertDotsInJsonKeysToUnderscores Boolean

When set to true , specifies that the names of the keys include dots and that you want Firehose to replace them with underscores. This is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is "a.b", you can define the column name to be "a_b" when using this option.

The default is false .

DeliveryStreamOrcSerDe
, DeliveryStreamOrcSerDeArgs

BlockSizeBytes int
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
BloomFilterColumns List<string>
The column names for which you want Firehose to create bloom filters. The default is null .
BloomFilterFalsePositiveProbability double
The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.
Compression string
The compression code to use over data blocks. The default is SNAPPY .
DictionaryKeyThreshold double
Represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to 1.
EnablePadding bool
Set this to true to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is false .
FormatVersion string
The version of the file to write. The possible values are V0_11 and V0_12 . The default is V0_12 .
PaddingTolerance double

A number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is 0.05, which means 5 percent of stripe size.

For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task.

Kinesis Data Firehose ignores this parameter when EnablePadding is false .

RowIndexStride int
The number of rows between index entries. The default is 10,000 and the minimum is 1,000.
StripeSizeBytes int
The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.
BlockSizeBytes int
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
BloomFilterColumns []string
The column names for which you want Firehose to create bloom filters. The default is null .
BloomFilterFalsePositiveProbability float64
The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.
Compression string
The compression code to use over data blocks. The default is SNAPPY .
DictionaryKeyThreshold float64
Represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to 1.
EnablePadding bool
Set this to true to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is false .
FormatVersion string
The version of the file to write. The possible values are V0_11 and V0_12 . The default is V0_12 .
PaddingTolerance float64

A number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is 0.05, which means 5 percent of stripe size.

For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task.

Kinesis Data Firehose ignores this parameter when EnablePadding is false .

RowIndexStride int
The number of rows between index entries. The default is 10,000 and the minimum is 1,000.
StripeSizeBytes int
The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.
blockSizeBytes Integer
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
bloomFilterColumns List<String>
The column names for which you want Firehose to create bloom filters. The default is null .
bloomFilterFalsePositiveProbability Double
The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.
compression String
The compression code to use over data blocks. The default is SNAPPY .
dictionaryKeyThreshold Double
Represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to 1.
enablePadding Boolean
Set this to true to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is false .
formatVersion String
The version of the file to write. The possible values are V0_11 and V0_12 . The default is V0_12 .
paddingTolerance Double

A number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is 0.05, which means 5 percent of stripe size.

For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task.

Kinesis Data Firehose ignores this parameter when EnablePadding is false .

rowIndexStride Integer
The number of rows between index entries. The default is 10,000 and the minimum is 1,000.
stripeSizeBytes Integer
The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.
blockSizeBytes number
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
bloomFilterColumns string[]
The column names for which you want Firehose to create bloom filters. The default is null .
bloomFilterFalsePositiveProbability number
The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.
compression string
The compression code to use over data blocks. The default is SNAPPY .
dictionaryKeyThreshold number
Represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to 1.
enablePadding boolean
Set this to true to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is false .
formatVersion string
The version of the file to write. The possible values are V0_11 and V0_12 . The default is V0_12 .
paddingTolerance number

A number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is 0.05, which means 5 percent of stripe size.

For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task.

Kinesis Data Firehose ignores this parameter when EnablePadding is false .

rowIndexStride number
The number of rows between index entries. The default is 10,000 and the minimum is 1,000.
stripeSizeBytes number
The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.
block_size_bytes int
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
bloom_filter_columns Sequence[str]
The column names for which you want Firehose to create bloom filters. The default is null .
bloom_filter_false_positive_probability float
The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.
compression str
The compression code to use over data blocks. The default is SNAPPY .
dictionary_key_threshold float
Represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to 1.
enable_padding bool
Set this to true to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is false .
format_version str
The version of the file to write. The possible values are V0_11 and V0_12 . The default is V0_12 .
padding_tolerance float

A number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is 0.05, which means 5 percent of stripe size.

For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task.

Kinesis Data Firehose ignores this parameter when EnablePadding is false .

row_index_stride int
The number of rows between index entries. The default is 10,000 and the minimum is 1,000.
stripe_size_bytes int
The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.
blockSizeBytes Number
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
bloomFilterColumns List<String>
The column names for which you want Firehose to create bloom filters. The default is null .
bloomFilterFalsePositiveProbability Number
The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.
compression String
The compression code to use over data blocks. The default is SNAPPY .
dictionaryKeyThreshold Number
Represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to 1.
enablePadding Boolean
Set this to true to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is false .
formatVersion String
The version of the file to write. The possible values are V0_11 and V0_12 . The default is V0_12 .
paddingTolerance Number

A number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is 0.05, which means 5 percent of stripe size.

For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task.

Kinesis Data Firehose ignores this parameter when EnablePadding is false .

rowIndexStride Number
The number of rows between index entries. The default is 10,000 and the minimum is 1,000.
stripeSizeBytes Number
The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.

DeliveryStreamOutputFormatConfiguration
, DeliveryStreamOutputFormatConfigurationArgs

Serializer Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSerializer
Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.
Serializer DeliveryStreamSerializer
Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.
serializer DeliveryStreamSerializer
Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.
serializer DeliveryStreamSerializer
Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.
serializer DeliveryStreamSerializer
Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.
serializer Property Map
Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.

DeliveryStreamParquetSerDe
, DeliveryStreamParquetSerDeArgs

BlockSizeBytes int
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
Compression string
The compression code to use over data blocks. The possible values are UNCOMPRESSED , SNAPPY , and GZIP , with the default being SNAPPY . Use SNAPPY for higher decompression speed. Use GZIP if the compression ratio is more important than speed.
EnableDictionaryCompression bool
Indicates whether to enable dictionary compression.
MaxPaddingBytes int
The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.
PageSizeBytes int
The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.
WriterVersion string
Indicates the version of row format to output. The possible values are V1 and V2 . The default is V1 .
BlockSizeBytes int
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
Compression string
The compression code to use over data blocks. The possible values are UNCOMPRESSED , SNAPPY , and GZIP , with the default being SNAPPY . Use SNAPPY for higher decompression speed. Use GZIP if the compression ratio is more important than speed.
EnableDictionaryCompression bool
Indicates whether to enable dictionary compression.
MaxPaddingBytes int
The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.
PageSizeBytes int
The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.
WriterVersion string
Indicates the version of row format to output. The possible values are V1 and V2 . The default is V1 .
blockSizeBytes Integer
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
compression String
The compression code to use over data blocks. The possible values are UNCOMPRESSED , SNAPPY , and GZIP , with the default being SNAPPY . Use SNAPPY for higher decompression speed. Use GZIP if the compression ratio is more important than speed.
enableDictionaryCompression Boolean
Indicates whether to enable dictionary compression.
maxPaddingBytes Integer
The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.
pageSizeBytes Integer
The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.
writerVersion String
Indicates the version of row format to output. The possible values are V1 and V2 . The default is V1 .
blockSizeBytes number
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
compression string
The compression code to use over data blocks. The possible values are UNCOMPRESSED , SNAPPY , and GZIP , with the default being SNAPPY . Use SNAPPY for higher decompression speed. Use GZIP if the compression ratio is more important than speed.
enableDictionaryCompression boolean
Indicates whether to enable dictionary compression.
maxPaddingBytes number
The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.
pageSizeBytes number
The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.
writerVersion string
Indicates the version of row format to output. The possible values are V1 and V2 . The default is V1 .
block_size_bytes int
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
compression str
The compression code to use over data blocks. The possible values are UNCOMPRESSED , SNAPPY , and GZIP , with the default being SNAPPY . Use SNAPPY for higher decompression speed. Use GZIP if the compression ratio is more important than speed.
enable_dictionary_compression bool
Indicates whether to enable dictionary compression.
max_padding_bytes int
The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.
page_size_bytes int
The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.
writer_version str
Indicates the version of row format to output. The possible values are V1 and V2 . The default is V1 .
blockSizeBytes Number
The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
compression String
The compression code to use over data blocks. The possible values are UNCOMPRESSED , SNAPPY , and GZIP , with the default being SNAPPY . Use SNAPPY for higher decompression speed. Use GZIP if the compression ratio is more important than speed.
enableDictionaryCompression Boolean
Indicates whether to enable dictionary compression.
maxPaddingBytes Number
The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.
pageSizeBytes Number
The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.
writerVersion String
Indicates the version of row format to output. The possible values are V1 and V2 . The default is V1 .

DeliveryStreamProcessingConfiguration
, DeliveryStreamProcessingConfigurationArgs

Enabled bool
Indicates whether data processing is enabled (true) or disabled (false).
Processors List<Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamProcessor>
The data processors.
Enabled bool
Indicates whether data processing is enabled (true) or disabled (false).
Processors []DeliveryStreamProcessor
The data processors.
enabled Boolean
Indicates whether data processing is enabled (true) or disabled (false).
processors List<DeliveryStreamProcessor>
The data processors.
enabled boolean
Indicates whether data processing is enabled (true) or disabled (false).
processors DeliveryStreamProcessor[]
The data processors.
enabled bool
Indicates whether data processing is enabled (true) or disabled (false).
processors Sequence[DeliveryStreamProcessor]
The data processors.
enabled Boolean
Indicates whether data processing is enabled (true) or disabled (false).
processors List<Property Map>
The data processors.

DeliveryStreamProcessor
, DeliveryStreamProcessorArgs

Type This property is required. DeliveryStreamProcessorType
The type of processor. Valid values: Lambda .
Parameters []DeliveryStreamProcessorParameter
The processor parameters.
type This property is required. DeliveryStreamProcessorType
The type of processor. Valid values: Lambda .
parameters List<DeliveryStreamProcessorParameter>
The processor parameters.
type This property is required. DeliveryStreamProcessorType
The type of processor. Valid values: Lambda .
parameters DeliveryStreamProcessorParameter[]
The processor parameters.
type This property is required. DeliveryStreamProcessorType
The type of processor. Valid values: Lambda .
parameters Sequence[DeliveryStreamProcessorParameter]
The processor parameters.

DeliveryStreamProcessorParameter
, DeliveryStreamProcessorParameterArgs

ParameterName This property is required. string
The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds . The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.
ParameterValue This property is required. string
The parameter value.
ParameterName This property is required. string
The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds . The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.
ParameterValue This property is required. string
The parameter value.
parameterName This property is required. String
The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds . The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.
parameterValue This property is required. String
The parameter value.
parameterName This property is required. string
The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds . The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.
parameterValue This property is required. string
The parameter value.
parameter_name This property is required. str
The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds . The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.
parameter_value This property is required. str
The parameter value.
parameterName This property is required. String
The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds . The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.
parameterValue This property is required. String
The parameter value.

DeliveryStreamProcessorType
, DeliveryStreamProcessorTypeArgs

RecordDeAggregation
RecordDeAggregation
Decompression
Decompression
CloudWatchLogProcessing
CloudWatchLogProcessing
Lambda
Lambda
MetadataExtraction
MetadataExtraction
AppendDelimiterToRecord
AppendDelimiterToRecord
DeliveryStreamProcessorTypeRecordDeAggregation
RecordDeAggregation
DeliveryStreamProcessorTypeDecompression
Decompression
DeliveryStreamProcessorTypeCloudWatchLogProcessing
CloudWatchLogProcessing
DeliveryStreamProcessorTypeLambda
Lambda
DeliveryStreamProcessorTypeMetadataExtraction
MetadataExtraction
DeliveryStreamProcessorTypeAppendDelimiterToRecord
AppendDelimiterToRecord
RecordDeAggregation
RecordDeAggregation
Decompression
Decompression
CloudWatchLogProcessing
CloudWatchLogProcessing
Lambda
Lambda
MetadataExtraction
MetadataExtraction
AppendDelimiterToRecord
AppendDelimiterToRecord
RecordDeAggregation
RecordDeAggregation
Decompression
Decompression
CloudWatchLogProcessing
CloudWatchLogProcessing
Lambda
Lambda
MetadataExtraction
MetadataExtraction
AppendDelimiterToRecord
AppendDelimiterToRecord
RECORD_DE_AGGREGATION
RecordDeAggregation
DECOMPRESSION
Decompression
CLOUD_WATCH_LOG_PROCESSING
CloudWatchLogProcessing
LAMBDA_
Lambda
METADATA_EXTRACTION
MetadataExtraction
APPEND_DELIMITER_TO_RECORD
AppendDelimiterToRecord
"RecordDeAggregation"
RecordDeAggregation
"Decompression"
Decompression
"CloudWatchLogProcessing"
CloudWatchLogProcessing
"Lambda"
Lambda
"MetadataExtraction"
MetadataExtraction
"AppendDelimiterToRecord"
AppendDelimiterToRecord

DeliveryStreamRedshiftDestinationConfiguration
, DeliveryStreamRedshiftDestinationConfigurationArgs

ClusterJdbcurl This property is required. string
The connection string that Kinesis Data Firehose uses to connect to the Amazon Redshift cluster.
CopyCommand This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCopyCommand
Configures the Amazon Redshift COPY command that Kinesis Data Firehose uses to load data into the cluster from the Amazon S3 bucket.
RoleArn This property is required. string
The ARN of the AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon Redshift Destination in the Amazon Kinesis Data Firehose Developer Guide .
S3Configuration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamS3DestinationConfiguration
The S3 bucket where Kinesis Data Firehose first delivers data. After the data is in the bucket, Kinesis Data Firehose uses the COPY command to load the data into the Amazon Redshift cluster. For the Amazon S3 bucket's compression format, don't specify SNAPPY or ZIP because the Amazon Redshift COPY command doesn't support them.
CloudWatchLoggingOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCloudWatchLoggingOptions
The CloudWatch logging options for your Firehose stream.
Password string
The password for the Amazon Redshift user that you specified in the Username property.
ProcessingConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
RetryOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamRedshiftRetryOptions
The retry behavior in case Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
S3BackupConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamS3DestinationConfiguration
The configuration for backup in Amazon S3.
S3BackupMode Pulumi.AwsNative.KinesisFirehose.DeliveryStreamRedshiftDestinationConfigurationS3BackupMode
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
SecretsManagerConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Amazon Redshift.
Username string
The Amazon Redshift user that has permission to access the Amazon Redshift cluster. This user must have INSERT privileges for copying data from the Amazon S3 bucket to the cluster.
ClusterJdbcurl This property is required. string
The connection string that Kinesis Data Firehose uses to connect to the Amazon Redshift cluster.
CopyCommand This property is required. DeliveryStreamCopyCommand
Configures the Amazon Redshift COPY command that Kinesis Data Firehose uses to load data into the cluster from the Amazon S3 bucket.
RoleArn This property is required. string
The ARN of the AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon Redshift Destination in the Amazon Kinesis Data Firehose Developer Guide .
S3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
The S3 bucket where Kinesis Data Firehose first delivers data. After the data is in the bucket, Kinesis Data Firehose uses the COPY command to load the data into the Amazon Redshift cluster. For the Amazon S3 bucket's compression format, don't specify SNAPPY or ZIP because the Amazon Redshift COPY command doesn't support them.
CloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The CloudWatch logging options for your Firehose stream.
Password string
The password for the Amazon Redshift user that you specified in the Username property.
ProcessingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
RetryOptions DeliveryStreamRedshiftRetryOptions
The retry behavior in case Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
S3BackupConfiguration DeliveryStreamS3DestinationConfiguration
The configuration for backup in Amazon S3.
S3BackupMode DeliveryStreamRedshiftDestinationConfigurationS3BackupMode
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
SecretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Amazon Redshift.
Username string
The Amazon Redshift user that has permission to access the Amazon Redshift cluster. This user must have INSERT privileges for copying data from the Amazon S3 bucket to the cluster.
clusterJdbcurl This property is required. String
The connection string that Kinesis Data Firehose uses to connect to the Amazon Redshift cluster.
copyCommand This property is required. DeliveryStreamCopyCommand
Configures the Amazon Redshift COPY command that Kinesis Data Firehose uses to load data into the cluster from the Amazon S3 bucket.
roleArn This property is required. String
The ARN of the AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon Redshift Destination in the Amazon Kinesis Data Firehose Developer Guide .
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
The S3 bucket where Kinesis Data Firehose first delivers data. After the data is in the bucket, Kinesis Data Firehose uses the COPY command to load the data into the Amazon Redshift cluster. For the Amazon S3 bucket's compression format, don't specify SNAPPY or ZIP because the Amazon Redshift COPY command doesn't support them.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The CloudWatch logging options for your Firehose stream.
password String
The password for the Amazon Redshift user that you specified in the Username property.
processingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
retryOptions DeliveryStreamRedshiftRetryOptions
The retry behavior in case Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
s3BackupConfiguration DeliveryStreamS3DestinationConfiguration
The configuration for backup in Amazon S3.
s3BackupMode DeliveryStreamRedshiftDestinationConfigurationS3BackupMode
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
secretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Amazon Redshift.
username String
The Amazon Redshift user that has permission to access the Amazon Redshift cluster. This user must have INSERT privileges for copying data from the Amazon S3 bucket to the cluster.
clusterJdbcurl This property is required. string
The connection string that Kinesis Data Firehose uses to connect to the Amazon Redshift cluster.
copyCommand This property is required. DeliveryStreamCopyCommand
Configures the Amazon Redshift COPY command that Kinesis Data Firehose uses to load data into the cluster from the Amazon S3 bucket.
roleArn This property is required. string
The ARN of the AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon Redshift Destination in the Amazon Kinesis Data Firehose Developer Guide .
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
The S3 bucket where Kinesis Data Firehose first delivers data. After the data is in the bucket, Kinesis Data Firehose uses the COPY command to load the data into the Amazon Redshift cluster. For the Amazon S3 bucket's compression format, don't specify SNAPPY or ZIP because the Amazon Redshift COPY command doesn't support them.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The CloudWatch logging options for your Firehose stream.
password string
The password for the Amazon Redshift user that you specified in the Username property.
processingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
retryOptions DeliveryStreamRedshiftRetryOptions
The retry behavior in case Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
s3BackupConfiguration DeliveryStreamS3DestinationConfiguration
The configuration for backup in Amazon S3.
s3BackupMode DeliveryStreamRedshiftDestinationConfigurationS3BackupMode
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
secretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Amazon Redshift.
username string
The Amazon Redshift user that has permission to access the Amazon Redshift cluster. This user must have INSERT privileges for copying data from the Amazon S3 bucket to the cluster.
cluster_jdbcurl This property is required. str
The connection string that Kinesis Data Firehose uses to connect to the Amazon Redshift cluster.
copy_command This property is required. DeliveryStreamCopyCommand
Configures the Amazon Redshift COPY command that Kinesis Data Firehose uses to load data into the cluster from the Amazon S3 bucket.
role_arn This property is required. str
The ARN of the AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon Redshift Destination in the Amazon Kinesis Data Firehose Developer Guide .
s3_configuration This property is required. DeliveryStreamS3DestinationConfiguration
The S3 bucket where Kinesis Data Firehose first delivers data. After the data is in the bucket, Kinesis Data Firehose uses the COPY command to load the data into the Amazon Redshift cluster. For the Amazon S3 bucket's compression format, don't specify SNAPPY or ZIP because the Amazon Redshift COPY command doesn't support them.
cloud_watch_logging_options DeliveryStreamCloudWatchLoggingOptions
The CloudWatch logging options for your Firehose stream.
password str
The password for the Amazon Redshift user that you specified in the Username property.
processing_configuration DeliveryStreamProcessingConfiguration
The data processing configuration for the Kinesis Data Firehose delivery stream.
retry_options DeliveryStreamRedshiftRetryOptions
The retry behavior in case Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
s3_backup_configuration DeliveryStreamS3DestinationConfiguration
The configuration for backup in Amazon S3.
s3_backup_mode DeliveryStreamRedshiftDestinationConfigurationS3BackupMode
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
secrets_manager_configuration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Amazon Redshift.
username str
The Amazon Redshift user that has permission to access the Amazon Redshift cluster. This user must have INSERT privileges for copying data from the Amazon S3 bucket to the cluster.
clusterJdbcurl This property is required. String
The connection string that Kinesis Data Firehose uses to connect to the Amazon Redshift cluster.
copyCommand This property is required. Property Map
Configures the Amazon Redshift COPY command that Kinesis Data Firehose uses to load data into the cluster from the Amazon S3 bucket.
roleArn This property is required. String
The ARN of the AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon Redshift Destination in the Amazon Kinesis Data Firehose Developer Guide .
s3Configuration This property is required. Property Map
The S3 bucket where Kinesis Data Firehose first delivers data. After the data is in the bucket, Kinesis Data Firehose uses the COPY command to load the data into the Amazon Redshift cluster. For the Amazon S3 bucket's compression format, don't specify SNAPPY or ZIP because the Amazon Redshift COPY command doesn't support them.
cloudWatchLoggingOptions Property Map
The CloudWatch logging options for your Firehose stream.
password String
The password for the Amazon Redshift user that you specified in the Username property.
processingConfiguration Property Map
The data processing configuration for the Kinesis Data Firehose delivery stream.
retryOptions Property Map
The retry behavior in case Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
s3BackupConfiguration Property Map
The configuration for backup in Amazon S3.
s3BackupMode "Disabled" | "Enabled"
The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
secretsManagerConfiguration Property Map
The configuration that defines how you access secrets for Amazon Redshift.
username String
The Amazon Redshift user that has permission to access the Amazon Redshift cluster. This user must have INSERT privileges for copying data from the Amazon S3 bucket to the cluster.

DeliveryStreamRedshiftDestinationConfigurationS3BackupMode
, DeliveryStreamRedshiftDestinationConfigurationS3BackupModeArgs

Disabled
Disabled
Enabled
Enabled
DeliveryStreamRedshiftDestinationConfigurationS3BackupModeDisabled
Disabled
DeliveryStreamRedshiftDestinationConfigurationS3BackupModeEnabled
Enabled
Disabled
Disabled
Enabled
Enabled
Disabled
Disabled
Enabled
Enabled
DISABLED
Disabled
ENABLED
Enabled
"Disabled"
Disabled
"Enabled"
Enabled

DeliveryStreamRedshiftRetryOptions
, DeliveryStreamRedshiftRetryOptionsArgs

DurationInSeconds int
The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.
DurationInSeconds int
The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.
durationInSeconds Integer
The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.
durationInSeconds number
The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.
duration_in_seconds int
The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.
durationInSeconds Number
The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.

DeliveryStreamRetryOptions
, DeliveryStreamRetryOptionsArgs

DurationInSeconds int
The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.
DurationInSeconds int
The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.
durationInSeconds Integer
The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.
durationInSeconds number
The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.
duration_in_seconds int
The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.
durationInSeconds Number
The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.

DeliveryStreamS3DestinationConfiguration
, DeliveryStreamS3DestinationConfigurationArgs

BucketArn This property is required. string
The Amazon Resource Name (ARN) of the Amazon S3 bucket to send data to.
RoleArn This property is required. string
The ARN of an AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon S3 Destination in the Amazon Kinesis Data Firehose Developer Guide .
BufferingHints Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamBufferingHints
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon S3 bucket.
CloudWatchLoggingOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCloudWatchLoggingOptions
The CloudWatch logging options for your Firehose stream.
CompressionFormat Pulumi.AwsNative.KinesisFirehose.DeliveryStreamS3DestinationConfigurationCompressionFormat
The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket. For valid values, see the CompressionFormat content for the S3DestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
EncryptionConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamEncryptionConfiguration
Configures Amazon Simple Storage Service (Amazon S3) server-side encryption. Kinesis Data Firehose uses AWS Key Management Service ( AWS KMS) to encrypt the data that it delivers to your Amazon S3 bucket.
ErrorOutputPrefix string
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
Prefix string
A prefix that Kinesis Data Firehose adds to the files that it delivers to the Amazon S3 bucket. The prefix helps you identify the files that Kinesis Data Firehose delivered.
BucketArn This property is required. string
The Amazon Resource Name (ARN) of the Amazon S3 bucket to send data to.
RoleArn This property is required. string
The ARN of an AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon S3 Destination in the Amazon Kinesis Data Firehose Developer Guide .
BufferingHints DeliveryStreamBufferingHints
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon S3 bucket.
CloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The CloudWatch logging options for your Firehose stream.
CompressionFormat DeliveryStreamS3DestinationConfigurationCompressionFormat
The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket. For valid values, see the CompressionFormat content for the S3DestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
EncryptionConfiguration DeliveryStreamEncryptionConfiguration
Configures Amazon Simple Storage Service (Amazon S3) server-side encryption. Kinesis Data Firehose uses AWS Key Management Service ( AWS KMS) to encrypt the data that it delivers to your Amazon S3 bucket.
ErrorOutputPrefix string
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
Prefix string
A prefix that Kinesis Data Firehose adds to the files that it delivers to the Amazon S3 bucket. The prefix helps you identify the files that Kinesis Data Firehose delivered.
bucketArn This property is required. String
The Amazon Resource Name (ARN) of the Amazon S3 bucket to send data to.
roleArn This property is required. String
The ARN of an AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon S3 Destination in the Amazon Kinesis Data Firehose Developer Guide .
bufferingHints DeliveryStreamBufferingHints
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon S3 bucket.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The CloudWatch logging options for your Firehose stream.
compressionFormat DeliveryStreamS3DestinationConfigurationCompressionFormat
The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket. For valid values, see the CompressionFormat content for the S3DestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
encryptionConfiguration DeliveryStreamEncryptionConfiguration
Configures Amazon Simple Storage Service (Amazon S3) server-side encryption. Kinesis Data Firehose uses AWS Key Management Service ( AWS KMS) to encrypt the data that it delivers to your Amazon S3 bucket.
errorOutputPrefix String
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
prefix String
A prefix that Kinesis Data Firehose adds to the files that it delivers to the Amazon S3 bucket. The prefix helps you identify the files that Kinesis Data Firehose delivered.
bucketArn This property is required. string
The Amazon Resource Name (ARN) of the Amazon S3 bucket to send data to.
roleArn This property is required. string
The ARN of an AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon S3 Destination in the Amazon Kinesis Data Firehose Developer Guide .
bufferingHints DeliveryStreamBufferingHints
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon S3 bucket.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The CloudWatch logging options for your Firehose stream.
compressionFormat DeliveryStreamS3DestinationConfigurationCompressionFormat
The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket. For valid values, see the CompressionFormat content for the S3DestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
encryptionConfiguration DeliveryStreamEncryptionConfiguration
Configures Amazon Simple Storage Service (Amazon S3) server-side encryption. Kinesis Data Firehose uses AWS Key Management Service ( AWS KMS) to encrypt the data that it delivers to your Amazon S3 bucket.
errorOutputPrefix string
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
prefix string
A prefix that Kinesis Data Firehose adds to the files that it delivers to the Amazon S3 bucket. The prefix helps you identify the files that Kinesis Data Firehose delivered.
bucket_arn This property is required. str
The Amazon Resource Name (ARN) of the Amazon S3 bucket to send data to.
role_arn This property is required. str
The ARN of an AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon S3 Destination in the Amazon Kinesis Data Firehose Developer Guide .
buffering_hints DeliveryStreamBufferingHints
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon S3 bucket.
cloud_watch_logging_options DeliveryStreamCloudWatchLoggingOptions
The CloudWatch logging options for your Firehose stream.
compression_format DeliveryStreamS3DestinationConfigurationCompressionFormat
The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket. For valid values, see the CompressionFormat content for the S3DestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
encryption_configuration DeliveryStreamEncryptionConfiguration
Configures Amazon Simple Storage Service (Amazon S3) server-side encryption. Kinesis Data Firehose uses AWS Key Management Service ( AWS KMS) to encrypt the data that it delivers to your Amazon S3 bucket.
error_output_prefix str
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
prefix str
A prefix that Kinesis Data Firehose adds to the files that it delivers to the Amazon S3 bucket. The prefix helps you identify the files that Kinesis Data Firehose delivered.
bucketArn This property is required. String
The Amazon Resource Name (ARN) of the Amazon S3 bucket to send data to.
roleArn This property is required. String
The ARN of an AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon S3 Destination in the Amazon Kinesis Data Firehose Developer Guide .
bufferingHints Property Map
Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon S3 bucket.
cloudWatchLoggingOptions Property Map
The CloudWatch logging options for your Firehose stream.
compressionFormat "UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY"
The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket. For valid values, see the CompressionFormat content for the S3DestinationConfiguration data type in the Amazon Kinesis Data Firehose API Reference .
encryptionConfiguration Property Map
Configures Amazon Simple Storage Service (Amazon S3) server-side encryption. Kinesis Data Firehose uses AWS Key Management Service ( AWS KMS) to encrypt the data that it delivers to your Amazon S3 bucket.
errorOutputPrefix String
A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
prefix String
A prefix that Kinesis Data Firehose adds to the files that it delivers to the Amazon S3 bucket. The prefix helps you identify the files that Kinesis Data Firehose delivered.

DeliveryStreamS3DestinationConfigurationCompressionFormat
, DeliveryStreamS3DestinationConfigurationCompressionFormatArgs

Uncompressed
UNCOMPRESSED
Gzip
GZIP
Zip
ZIP
Snappy
Snappy
HadoopSnappy
HADOOP_SNAPPY
DeliveryStreamS3DestinationConfigurationCompressionFormatUncompressed
UNCOMPRESSED
DeliveryStreamS3DestinationConfigurationCompressionFormatGzip
GZIP
DeliveryStreamS3DestinationConfigurationCompressionFormatZip
ZIP
DeliveryStreamS3DestinationConfigurationCompressionFormatSnappy
Snappy
DeliveryStreamS3DestinationConfigurationCompressionFormatHadoopSnappy
HADOOP_SNAPPY
Uncompressed
UNCOMPRESSED
Gzip
GZIP
Zip
ZIP
Snappy
Snappy
HadoopSnappy
HADOOP_SNAPPY
Uncompressed
UNCOMPRESSED
Gzip
GZIP
Zip
ZIP
Snappy
Snappy
HadoopSnappy
HADOOP_SNAPPY
UNCOMPRESSED
UNCOMPRESSED
GZIP
GZIP
ZIP
ZIP
SNAPPY
Snappy
HADOOP_SNAPPY
HADOOP_SNAPPY
"UNCOMPRESSED"
UNCOMPRESSED
"GZIP"
GZIP
"ZIP"
ZIP
"Snappy"
Snappy
"HADOOP_SNAPPY"
HADOOP_SNAPPY

DeliveryStreamSchemaConfiguration
, DeliveryStreamSchemaConfigurationArgs

CatalogId string
The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.
DatabaseName string

Specifies the name of the AWS Glue database that contains the schema for the output data.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the DatabaseName property is required and its value must be specified.

Region string
If you don't specify an AWS Region, the default is the current Region.
RoleArn string

The role that Firehose can use to access AWS Glue. This role must be in the same account you use for Firehose. Cross-account roles aren't allowed.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the RoleARN property is required and its value must be specified.

TableName string

Specifies the AWS Glue table that contains the column information that constitutes your data schema.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the TableName property is required and its value must be specified.

VersionId string
Specifies the table version for the output data schema. If you don't specify this version ID, or if you set it to LATEST , Firehose uses the most recent version. This means that any updates to the table are automatically picked up.
CatalogId string
The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.
DatabaseName string

Specifies the name of the AWS Glue database that contains the schema for the output data.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the DatabaseName property is required and its value must be specified.

Region string
If you don't specify an AWS Region, the default is the current Region.
RoleArn string

The role that Firehose can use to access AWS Glue. This role must be in the same account you use for Firehose. Cross-account roles aren't allowed.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the RoleARN property is required and its value must be specified.

TableName string

Specifies the AWS Glue table that contains the column information that constitutes your data schema.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the TableName property is required and its value must be specified.

VersionId string
Specifies the table version for the output data schema. If you don't specify this version ID, or if you set it to LATEST , Firehose uses the most recent version. This means that any updates to the table are automatically picked up.
catalogId String
The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.
databaseName String

Specifies the name of the AWS Glue database that contains the schema for the output data.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the DatabaseName property is required and its value must be specified.

region String
If you don't specify an AWS Region, the default is the current Region.
roleArn String

The role that Firehose can use to access AWS Glue. This role must be in the same account you use for Firehose. Cross-account roles aren't allowed.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the RoleARN property is required and its value must be specified.

tableName String

Specifies the AWS Glue table that contains the column information that constitutes your data schema.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the TableName property is required and its value must be specified.

versionId String
Specifies the table version for the output data schema. If you don't specify this version ID, or if you set it to LATEST , Firehose uses the most recent version. This means that any updates to the table are automatically picked up.
catalogId string
The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.
databaseName string

Specifies the name of the AWS Glue database that contains the schema for the output data.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the DatabaseName property is required and its value must be specified.

region string
If you don't specify an AWS Region, the default is the current Region.
roleArn string

The role that Firehose can use to access AWS Glue. This role must be in the same account you use for Firehose. Cross-account roles aren't allowed.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the RoleARN property is required and its value must be specified.

tableName string

Specifies the AWS Glue table that contains the column information that constitutes your data schema.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the TableName property is required and its value must be specified.

versionId string
Specifies the table version for the output data schema. If you don't specify this version ID, or if you set it to LATEST , Firehose uses the most recent version. This means that any updates to the table are automatically picked up.
catalog_id str
The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.
database_name str

Specifies the name of the AWS Glue database that contains the schema for the output data.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the DatabaseName property is required and its value must be specified.

region str
If you don't specify an AWS Region, the default is the current Region.
role_arn str

The role that Firehose can use to access AWS Glue. This role must be in the same account you use for Firehose. Cross-account roles aren't allowed.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the RoleARN property is required and its value must be specified.

table_name str

Specifies the AWS Glue table that contains the column information that constitutes your data schema.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the TableName property is required and its value must be specified.

version_id str
Specifies the table version for the output data schema. If you don't specify this version ID, or if you set it to LATEST , Firehose uses the most recent version. This means that any updates to the table are automatically picked up.
catalogId String
The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.
databaseName String

Specifies the name of the AWS Glue database that contains the schema for the output data.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the DatabaseName property is required and its value must be specified.

region String
If you don't specify an AWS Region, the default is the current Region.
roleArn String

The role that Firehose can use to access AWS Glue. This role must be in the same account you use for Firehose. Cross-account roles aren't allowed.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the RoleARN property is required and its value must be specified.

tableName String

Specifies the AWS Glue table that contains the column information that constitutes your data schema.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the TableName property is required and its value must be specified.

versionId String
Specifies the table version for the output data schema. If you don't specify this version ID, or if you set it to LATEST , Firehose uses the most recent version. This means that any updates to the table are automatically picked up.

DeliveryStreamSecretsManagerConfiguration
, DeliveryStreamSecretsManagerConfigurationArgs

Enabled This property is required. bool
Specifies whether you want to use the secrets manager feature. When set as True the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set to False Firehose falls back to the credentials in the destination configuration.
RoleArn string
Specifies the role that Firehose assumes when calling the Secrets Manager API operation. When you provide the role, it overrides any destination specific role defined in the destination configuration. If you do not provide the then we use the destination specific role. This parameter is required for Splunk.
SecretArn string
The ARN of the secret that stores your credentials. It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when Enabled is set to True .
Enabled This property is required. bool
Specifies whether you want to use the secrets manager feature. When set as True the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set to False Firehose falls back to the credentials in the destination configuration.
RoleArn string
Specifies the role that Firehose assumes when calling the Secrets Manager API operation. When you provide the role, it overrides any destination specific role defined in the destination configuration. If you do not provide the then we use the destination specific role. This parameter is required for Splunk.
SecretArn string
The ARN of the secret that stores your credentials. It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when Enabled is set to True .
enabled This property is required. Boolean
Specifies whether you want to use the secrets manager feature. When set as True the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set to False Firehose falls back to the credentials in the destination configuration.
roleArn String
Specifies the role that Firehose assumes when calling the Secrets Manager API operation. When you provide the role, it overrides any destination specific role defined in the destination configuration. If you do not provide the then we use the destination specific role. This parameter is required for Splunk.
secretArn String
The ARN of the secret that stores your credentials. It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when Enabled is set to True .
enabled This property is required. boolean
Specifies whether you want to use the secrets manager feature. When set as True the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set to False Firehose falls back to the credentials in the destination configuration.
roleArn string
Specifies the role that Firehose assumes when calling the Secrets Manager API operation. When you provide the role, it overrides any destination specific role defined in the destination configuration. If you do not provide the then we use the destination specific role. This parameter is required for Splunk.
secretArn string
The ARN of the secret that stores your credentials. It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when Enabled is set to True .
enabled This property is required. bool
Specifies whether you want to use the secrets manager feature. When set as True the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set to False Firehose falls back to the credentials in the destination configuration.
role_arn str
Specifies the role that Firehose assumes when calling the Secrets Manager API operation. When you provide the role, it overrides any destination specific role defined in the destination configuration. If you do not provide the then we use the destination specific role. This parameter is required for Splunk.
secret_arn str
The ARN of the secret that stores your credentials. It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when Enabled is set to True .
enabled This property is required. Boolean
Specifies whether you want to use the secrets manager feature. When set as True the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set to False Firehose falls back to the credentials in the destination configuration.
roleArn String
Specifies the role that Firehose assumes when calling the Secrets Manager API operation. When you provide the role, it overrides any destination specific role defined in the destination configuration. If you do not provide the then we use the destination specific role. This parameter is required for Splunk.
secretArn String
The ARN of the secret that stores your credentials. It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when Enabled is set to True .

DeliveryStreamSerializer
, DeliveryStreamSerializerArgs

OrcSerDe Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamOrcSerDe
A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC .
ParquetSerDe Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamParquetSerDe
A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet .
OrcSerDe DeliveryStreamOrcSerDe
A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC .
ParquetSerDe DeliveryStreamParquetSerDe
A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet .
orcSerDe DeliveryStreamOrcSerDe
A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC .
parquetSerDe DeliveryStreamParquetSerDe
A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet .
orcSerDe DeliveryStreamOrcSerDe
A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC .
parquetSerDe DeliveryStreamParquetSerDe
A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet .
orc_ser_de DeliveryStreamOrcSerDe
A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC .
parquet_ser_de DeliveryStreamParquetSerDe
A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet .
orcSerDe Property Map
A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC .
parquetSerDe Property Map
A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet .

DeliveryStreamSnowflakeBufferingHints
, DeliveryStreamSnowflakeBufferingHintsArgs

IntervalInSeconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
SizeInMbs int
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.
IntervalInSeconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
SizeInMbs int
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.
intervalInSeconds Integer
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
sizeInMbs Integer
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.
intervalInSeconds number
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
sizeInMbs number
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.
interval_in_seconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
size_in_mbs int
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.
intervalInSeconds Number
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
sizeInMbs Number
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.

DeliveryStreamSnowflakeDestinationConfiguration
, DeliveryStreamSnowflakeDestinationConfigurationArgs

AccountUrl This property is required. string
URL for accessing your Snowflake account. This URL must include your account identifier . Note that the protocol (https://) and port number are optional.
Database This property is required. string
All data in Snowflake is maintained in databases.
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the Snowflake role
S3Configuration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamS3DestinationConfiguration
Schema This property is required. string
Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views
Table This property is required. string
All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.
BufferingHints Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSnowflakeBufferingHints
Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
CloudWatchLoggingOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCloudWatchLoggingOptions
ContentColumnName string
The name of the record content column.
DataLoadingOption Pulumi.AwsNative.KinesisFirehose.DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOption
Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.
KeyPassphrase string
Passphrase to decrypt the private key when the key is encrypted. For information, see Using Key Pair Authentication & Key Rotation .
MetaDataColumnName string

Specify a column name in the table, where the metadata information has to be loaded. When you enable this field, you will see the following column in the snowflake table, which differs based on the source type.

For Direct PUT as source

{ "firehoseDeliveryStreamName" : "streamname", "IngestionTime" : "timestamp" }

For Kinesis Data Stream as source

"kinesisStreamName" : "streamname", "kinesisShardId" : "Id", "kinesisPartitionKey" : "key", "kinesisSequenceNumber" : "1234", "subsequenceNumber" : "2334", "IngestionTime" : "timestamp" }

PrivateKey string
The private key used to encrypt your Snowflake client. For information, see Using Key Pair Authentication & Key Rotation .
ProcessingConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamProcessingConfiguration
Specifies configuration for Snowflake.
RetryOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSnowflakeRetryOptions
The time period where Firehose will retry sending data to the chosen HTTP endpoint.
S3BackupMode Pulumi.AwsNative.KinesisFirehose.DeliveryStreamSnowflakeDestinationConfigurationS3BackupMode
Choose an S3 backup mode
SecretsManagerConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Snowflake.
SnowflakeRoleConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSnowflakeRoleConfiguration
Optionally configure a Snowflake role. Otherwise the default user role will be used.
SnowflakeVpcConfiguration Changes to this property will trigger replacement. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSnowflakeVpcConfiguration
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
User string
User login name for the Snowflake account.
AccountUrl This property is required. string
URL for accessing your Snowflake account. This URL must include your account identifier . Note that the protocol (https://) and port number are optional.
Database This property is required. string
All data in Snowflake is maintained in databases.
RoleArn This property is required. string
The Amazon Resource Name (ARN) of the Snowflake role
S3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
Schema This property is required. string
Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views
Table This property is required. string
All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.
BufferingHints DeliveryStreamSnowflakeBufferingHints
Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
CloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
ContentColumnName string
The name of the record content column.
DataLoadingOption DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOption
Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.
KeyPassphrase string
Passphrase to decrypt the private key when the key is encrypted. For information, see Using Key Pair Authentication & Key Rotation .
MetaDataColumnName string

Specify a column name in the table, where the metadata information has to be loaded. When you enable this field, you will see the following column in the snowflake table, which differs based on the source type.

For Direct PUT as source

{ "firehoseDeliveryStreamName" : "streamname", "IngestionTime" : "timestamp" }

For Kinesis Data Stream as source

"kinesisStreamName" : "streamname", "kinesisShardId" : "Id", "kinesisPartitionKey" : "key", "kinesisSequenceNumber" : "1234", "subsequenceNumber" : "2334", "IngestionTime" : "timestamp" }

PrivateKey string
The private key used to encrypt your Snowflake client. For information, see Using Key Pair Authentication & Key Rotation .
ProcessingConfiguration DeliveryStreamProcessingConfiguration
Specifies configuration for Snowflake.
RetryOptions DeliveryStreamSnowflakeRetryOptions
The time period where Firehose will retry sending data to the chosen HTTP endpoint.
S3BackupMode DeliveryStreamSnowflakeDestinationConfigurationS3BackupMode
Choose an S3 backup mode
SecretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Snowflake.
SnowflakeRoleConfiguration DeliveryStreamSnowflakeRoleConfiguration
Optionally configure a Snowflake role. Otherwise the default user role will be used.
SnowflakeVpcConfiguration Changes to this property will trigger replacement. DeliveryStreamSnowflakeVpcConfiguration
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
User string
User login name for the Snowflake account.
accountUrl This property is required. String
URL for accessing your Snowflake account. This URL must include your account identifier . Note that the protocol (https://) and port number are optional.
database This property is required. String
All data in Snowflake is maintained in databases.
roleArn This property is required. String
The Amazon Resource Name (ARN) of the Snowflake role
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
schema This property is required. String
Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views
table This property is required. String
All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.
bufferingHints DeliveryStreamSnowflakeBufferingHints
Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
contentColumnName String
The name of the record content column.
dataLoadingOption DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOption
Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.
keyPassphrase String
Passphrase to decrypt the private key when the key is encrypted. For information, see Using Key Pair Authentication & Key Rotation .
metaDataColumnName String

Specify a column name in the table, where the metadata information has to be loaded. When you enable this field, you will see the following column in the snowflake table, which differs based on the source type.

For Direct PUT as source

{ "firehoseDeliveryStreamName" : "streamname", "IngestionTime" : "timestamp" }

For Kinesis Data Stream as source

"kinesisStreamName" : "streamname", "kinesisShardId" : "Id", "kinesisPartitionKey" : "key", "kinesisSequenceNumber" : "1234", "subsequenceNumber" : "2334", "IngestionTime" : "timestamp" }

privateKey String
The private key used to encrypt your Snowflake client. For information, see Using Key Pair Authentication & Key Rotation .
processingConfiguration DeliveryStreamProcessingConfiguration
Specifies configuration for Snowflake.
retryOptions DeliveryStreamSnowflakeRetryOptions
The time period where Firehose will retry sending data to the chosen HTTP endpoint.
s3BackupMode DeliveryStreamSnowflakeDestinationConfigurationS3BackupMode
Choose an S3 backup mode
secretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Snowflake.
snowflakeRoleConfiguration DeliveryStreamSnowflakeRoleConfiguration
Optionally configure a Snowflake role. Otherwise the default user role will be used.
snowflakeVpcConfiguration Changes to this property will trigger replacement. DeliveryStreamSnowflakeVpcConfiguration
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
user String
User login name for the Snowflake account.
accountUrl This property is required. string
URL for accessing your Snowflake account. This URL must include your account identifier . Note that the protocol (https://) and port number are optional.
database This property is required. string
All data in Snowflake is maintained in databases.
roleArn This property is required. string
The Amazon Resource Name (ARN) of the Snowflake role
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
schema This property is required. string
Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views
table This property is required. string
All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.
bufferingHints DeliveryStreamSnowflakeBufferingHints
Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
contentColumnName string
The name of the record content column.
dataLoadingOption DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOption
Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.
keyPassphrase string
Passphrase to decrypt the private key when the key is encrypted. For information, see Using Key Pair Authentication & Key Rotation .
metaDataColumnName string

Specify a column name in the table, where the metadata information has to be loaded. When you enable this field, you will see the following column in the snowflake table, which differs based on the source type.

For Direct PUT as source

{ "firehoseDeliveryStreamName" : "streamname", "IngestionTime" : "timestamp" }

For Kinesis Data Stream as source

"kinesisStreamName" : "streamname", "kinesisShardId" : "Id", "kinesisPartitionKey" : "key", "kinesisSequenceNumber" : "1234", "subsequenceNumber" : "2334", "IngestionTime" : "timestamp" }

privateKey string
The private key used to encrypt your Snowflake client. For information, see Using Key Pair Authentication & Key Rotation .
processingConfiguration DeliveryStreamProcessingConfiguration
Specifies configuration for Snowflake.
retryOptions DeliveryStreamSnowflakeRetryOptions
The time period where Firehose will retry sending data to the chosen HTTP endpoint.
s3BackupMode DeliveryStreamSnowflakeDestinationConfigurationS3BackupMode
Choose an S3 backup mode
secretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Snowflake.
snowflakeRoleConfiguration DeliveryStreamSnowflakeRoleConfiguration
Optionally configure a Snowflake role. Otherwise the default user role will be used.
snowflakeVpcConfiguration Changes to this property will trigger replacement. DeliveryStreamSnowflakeVpcConfiguration
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
user string
User login name for the Snowflake account.
account_url This property is required. str
URL for accessing your Snowflake account. This URL must include your account identifier . Note that the protocol (https://) and port number are optional.
database This property is required. str
All data in Snowflake is maintained in databases.
role_arn This property is required. str
The Amazon Resource Name (ARN) of the Snowflake role
s3_configuration This property is required. DeliveryStreamS3DestinationConfiguration
schema This property is required. str
Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views
table This property is required. str
All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.
buffering_hints DeliveryStreamSnowflakeBufferingHints
Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
cloud_watch_logging_options DeliveryStreamCloudWatchLoggingOptions
content_column_name str
The name of the record content column.
data_loading_option DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOption
Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.
key_passphrase str
Passphrase to decrypt the private key when the key is encrypted. For information, see Using Key Pair Authentication & Key Rotation .
meta_data_column_name str

Specify a column name in the table, where the metadata information has to be loaded. When you enable this field, you will see the following column in the snowflake table, which differs based on the source type.

For Direct PUT as source

{ "firehoseDeliveryStreamName" : "streamname", "IngestionTime" : "timestamp" }

For Kinesis Data Stream as source

"kinesisStreamName" : "streamname", "kinesisShardId" : "Id", "kinesisPartitionKey" : "key", "kinesisSequenceNumber" : "1234", "subsequenceNumber" : "2334", "IngestionTime" : "timestamp" }

private_key str
The private key used to encrypt your Snowflake client. For information, see Using Key Pair Authentication & Key Rotation .
processing_configuration DeliveryStreamProcessingConfiguration
Specifies configuration for Snowflake.
retry_options DeliveryStreamSnowflakeRetryOptions
The time period where Firehose will retry sending data to the chosen HTTP endpoint.
s3_backup_mode DeliveryStreamSnowflakeDestinationConfigurationS3BackupMode
Choose an S3 backup mode
secrets_manager_configuration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Snowflake.
snowflake_role_configuration DeliveryStreamSnowflakeRoleConfiguration
Optionally configure a Snowflake role. Otherwise the default user role will be used.
snowflake_vpc_configuration Changes to this property will trigger replacement. DeliveryStreamSnowflakeVpcConfiguration
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
user str
User login name for the Snowflake account.
accountUrl This property is required. String
URL for accessing your Snowflake account. This URL must include your account identifier . Note that the protocol (https://) and port number are optional.
database This property is required. String
All data in Snowflake is maintained in databases.
roleArn This property is required. String
The Amazon Resource Name (ARN) of the Snowflake role
s3Configuration This property is required. Property Map
schema This property is required. String
Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views
table This property is required. String
All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.
bufferingHints Property Map
Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
cloudWatchLoggingOptions Property Map
contentColumnName String
The name of the record content column.
dataLoadingOption "JSON_MAPPING" | "VARIANT_CONTENT_MAPPING" | "VARIANT_CONTENT_AND_METADATA_MAPPING"
Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.
keyPassphrase String
Passphrase to decrypt the private key when the key is encrypted. For information, see Using Key Pair Authentication & Key Rotation .
metaDataColumnName String

Specify a column name in the table, where the metadata information has to be loaded. When you enable this field, you will see the following column in the snowflake table, which differs based on the source type.

For Direct PUT as source

{ "firehoseDeliveryStreamName" : "streamname", "IngestionTime" : "timestamp" }

For Kinesis Data Stream as source

"kinesisStreamName" : "streamname", "kinesisShardId" : "Id", "kinesisPartitionKey" : "key", "kinesisSequenceNumber" : "1234", "subsequenceNumber" : "2334", "IngestionTime" : "timestamp" }

privateKey String
The private key used to encrypt your Snowflake client. For information, see Using Key Pair Authentication & Key Rotation .
processingConfiguration Property Map
Specifies configuration for Snowflake.
retryOptions Property Map
The time period where Firehose will retry sending data to the chosen HTTP endpoint.
s3BackupMode "FailedDataOnly" | "AllData"
Choose an S3 backup mode
secretsManagerConfiguration Property Map
The configuration that defines how you access secrets for Snowflake.
snowflakeRoleConfiguration Property Map
Optionally configure a Snowflake role. Otherwise the default user role will be used.
snowflakeVpcConfiguration Changes to this property will trigger replacement. Property Map
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
user String
User login name for the Snowflake account.

DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOption
, DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOptionArgs

JsonMapping
JSON_MAPPING
VariantContentMapping
VARIANT_CONTENT_MAPPING
VariantContentAndMetadataMapping
VARIANT_CONTENT_AND_METADATA_MAPPING
DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOptionJsonMapping
JSON_MAPPING
DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOptionVariantContentMapping
VARIANT_CONTENT_MAPPING
DeliveryStreamSnowflakeDestinationConfigurationDataLoadingOptionVariantContentAndMetadataMapping
VARIANT_CONTENT_AND_METADATA_MAPPING
JsonMapping
JSON_MAPPING
VariantContentMapping
VARIANT_CONTENT_MAPPING
VariantContentAndMetadataMapping
VARIANT_CONTENT_AND_METADATA_MAPPING
JsonMapping
JSON_MAPPING
VariantContentMapping
VARIANT_CONTENT_MAPPING
VariantContentAndMetadataMapping
VARIANT_CONTENT_AND_METADATA_MAPPING
JSON_MAPPING
JSON_MAPPING
VARIANT_CONTENT_MAPPING
VARIANT_CONTENT_MAPPING
VARIANT_CONTENT_AND_METADATA_MAPPING
VARIANT_CONTENT_AND_METADATA_MAPPING
"JSON_MAPPING"
JSON_MAPPING
"VARIANT_CONTENT_MAPPING"
VARIANT_CONTENT_MAPPING
"VARIANT_CONTENT_AND_METADATA_MAPPING"
VARIANT_CONTENT_AND_METADATA_MAPPING

DeliveryStreamSnowflakeDestinationConfigurationS3BackupMode
, DeliveryStreamSnowflakeDestinationConfigurationS3BackupModeArgs

FailedDataOnly
FailedDataOnly
AllData
AllData
DeliveryStreamSnowflakeDestinationConfigurationS3BackupModeFailedDataOnly
FailedDataOnly
DeliveryStreamSnowflakeDestinationConfigurationS3BackupModeAllData
AllData
FailedDataOnly
FailedDataOnly
AllData
AllData
FailedDataOnly
FailedDataOnly
AllData
AllData
FAILED_DATA_ONLY
FailedDataOnly
ALL_DATA
AllData
"FailedDataOnly"
FailedDataOnly
"AllData"
AllData

DeliveryStreamSnowflakeRetryOptions
, DeliveryStreamSnowflakeRetryOptionsArgs

DurationInSeconds int
the time period where Firehose will retry sending data to the chosen HTTP endpoint.
DurationInSeconds int
the time period where Firehose will retry sending data to the chosen HTTP endpoint.
durationInSeconds Integer
the time period where Firehose will retry sending data to the chosen HTTP endpoint.
durationInSeconds number
the time period where Firehose will retry sending data to the chosen HTTP endpoint.
duration_in_seconds int
the time period where Firehose will retry sending data to the chosen HTTP endpoint.
durationInSeconds Number
the time period where Firehose will retry sending data to the chosen HTTP endpoint.

DeliveryStreamSnowflakeRoleConfiguration
, DeliveryStreamSnowflakeRoleConfigurationArgs

Enabled bool
Enable Snowflake role
SnowflakeRole string
The Snowflake role you wish to configure
Enabled bool
Enable Snowflake role
SnowflakeRole string
The Snowflake role you wish to configure
enabled Boolean
Enable Snowflake role
snowflakeRole String
The Snowflake role you wish to configure
enabled boolean
Enable Snowflake role
snowflakeRole string
The Snowflake role you wish to configure
enabled bool
Enable Snowflake role
snowflake_role str
The Snowflake role you wish to configure
enabled Boolean
Enable Snowflake role
snowflakeRole String
The Snowflake role you wish to configure

DeliveryStreamSnowflakeVpcConfiguration
, DeliveryStreamSnowflakeVpcConfigurationArgs

PrivateLinkVpceId This property is required. string
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
PrivateLinkVpceId This property is required. string
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
privateLinkVpceId This property is required. String
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
privateLinkVpceId This property is required. string
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
private_link_vpce_id This property is required. str
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
privateLinkVpceId This property is required. String
The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake

DeliveryStreamSplunkBufferingHints
, DeliveryStreamSplunkBufferingHintsArgs

IntervalInSeconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).
SizeInMbs int
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
IntervalInSeconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).
SizeInMbs int
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
intervalInSeconds Integer
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).
sizeInMbs Integer
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
intervalInSeconds number
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).
sizeInMbs number
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
interval_in_seconds int
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).
size_in_mbs int
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
intervalInSeconds Number
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).
sizeInMbs Number
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.

DeliveryStreamSplunkDestinationConfiguration
, DeliveryStreamSplunkDestinationConfigurationArgs

HecEndpoint This property is required. string
The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.
HecEndpointType This property is required. Pulumi.AwsNative.KinesisFirehose.DeliveryStreamSplunkDestinationConfigurationHecEndpointType
This type can be either Raw or Event .
S3Configuration This property is required. Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamS3DestinationConfiguration
The configuration for the backup Amazon S3 location.
BufferingHints Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSplunkBufferingHints
The buffering options. If no value is specified, the default values for Splunk are used.
CloudWatchLoggingOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch logging options for your Firehose stream.
HecAcknowledgmentTimeoutInSeconds int
The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Firehose either tries to send the data again or considers it an error, based on your retry settings.
HecToken string
This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
ProcessingConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamProcessingConfiguration
The data processing configuration.
RetryOptions Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSplunkRetryOptions
The retry behavior in case Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.
S3BackupMode string

Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly , Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents , Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly .

You can update this backup mode from FailedEventsOnly to AllEvents . You can't update it from AllEvents to FailedEventsOnly .

SecretsManagerConfiguration Pulumi.AwsNative.KinesisFirehose.Inputs.DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Splunk.
HecEndpoint This property is required. string
The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.
HecEndpointType This property is required. DeliveryStreamSplunkDestinationConfigurationHecEndpointType
This type can be either Raw or Event .
S3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
The configuration for the backup Amazon S3 location.
BufferingHints DeliveryStreamSplunkBufferingHints
The buffering options. If no value is specified, the default values for Splunk are used.
CloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch logging options for your Firehose stream.
HecAcknowledgmentTimeoutInSeconds int
The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Firehose either tries to send the data again or considers it an error, based on your retry settings.
HecToken string
This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
ProcessingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration.
RetryOptions DeliveryStreamSplunkRetryOptions
The retry behavior in case Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.
S3BackupMode string

Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly , Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents , Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly .

You can update this backup mode from FailedEventsOnly to AllEvents . You can't update it from AllEvents to FailedEventsOnly .

SecretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Splunk.
hecEndpoint This property is required. String
The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.
hecEndpointType This property is required. DeliveryStreamSplunkDestinationConfigurationHecEndpointType
This type can be either Raw or Event .
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
The configuration for the backup Amazon S3 location.
bufferingHints DeliveryStreamSplunkBufferingHints
The buffering options. If no value is specified, the default values for Splunk are used.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch logging options for your Firehose stream.
hecAcknowledgmentTimeoutInSeconds Integer
The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Firehose either tries to send the data again or considers it an error, based on your retry settings.
hecToken String
This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
processingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration.
retryOptions DeliveryStreamSplunkRetryOptions
The retry behavior in case Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.
s3BackupMode String

Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly , Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents , Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly .

You can update this backup mode from FailedEventsOnly to AllEvents . You can't update it from AllEvents to FailedEventsOnly .

secretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Splunk.
hecEndpoint This property is required. string
The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.
hecEndpointType This property is required. DeliveryStreamSplunkDestinationConfigurationHecEndpointType
This type can be either Raw or Event .
s3Configuration This property is required. DeliveryStreamS3DestinationConfiguration
The configuration for the backup Amazon S3 location.
bufferingHints DeliveryStreamSplunkBufferingHints
The buffering options. If no value is specified, the default values for Splunk are used.
cloudWatchLoggingOptions DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch logging options for your Firehose stream.
hecAcknowledgmentTimeoutInSeconds number
The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Firehose either tries to send the data again or considers it an error, based on your retry settings.
hecToken string
This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
processingConfiguration DeliveryStreamProcessingConfiguration
The data processing configuration.
retryOptions DeliveryStreamSplunkRetryOptions
The retry behavior in case Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.
s3BackupMode string

Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly , Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents , Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly .

You can update this backup mode from FailedEventsOnly to AllEvents . You can't update it from AllEvents to FailedEventsOnly .

secretsManagerConfiguration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Splunk.
hec_endpoint This property is required. str
The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.
hec_endpoint_type This property is required. DeliveryStreamSplunkDestinationConfigurationHecEndpointType
This type can be either Raw or Event .
s3_configuration This property is required. DeliveryStreamS3DestinationConfiguration
The configuration for the backup Amazon S3 location.
buffering_hints DeliveryStreamSplunkBufferingHints
The buffering options. If no value is specified, the default values for Splunk are used.
cloud_watch_logging_options DeliveryStreamCloudWatchLoggingOptions
The Amazon CloudWatch logging options for your Firehose stream.
hec_acknowledgment_timeout_in_seconds int
The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Firehose either tries to send the data again or considers it an error, based on your retry settings.
hec_token str
This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
processing_configuration DeliveryStreamProcessingConfiguration
The data processing configuration.
retry_options DeliveryStreamSplunkRetryOptions
The retry behavior in case Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.
s3_backup_mode str

Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly , Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents , Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly .

You can update this backup mode from FailedEventsOnly to AllEvents . You can't update it from AllEvents to FailedEventsOnly .

secrets_manager_configuration DeliveryStreamSecretsManagerConfiguration
The configuration that defines how you access secrets for Splunk.
hecEndpoint This property is required. String
The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.
hecEndpointType This property is required. "Raw" | "Event"
This type can be either Raw or Event .
s3Configuration This property is required. Property Map
The configuration for the backup Amazon S3 location.
bufferingHints Property Map
The buffering options. If no value is specified, the default values for Splunk are used.
cloudWatchLoggingOptions Property Map
The Amazon CloudWatch logging options for your Firehose stream.
hecAcknowledgmentTimeoutInSeconds Number
The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Firehose either tries to send the data again or considers it an error, based on your retry settings.
hecToken String
This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
processingConfiguration Property Map
The data processing configuration.
retryOptions Property Map
The retry behavior in case Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.
s3BackupMode String

Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly , Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents , Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly .

You can update this backup mode from FailedEventsOnly to AllEvents . You can't update it from AllEvents to FailedEventsOnly .

secretsManagerConfiguration Property Map
The configuration that defines how you access secrets for Splunk.

DeliveryStreamSplunkDestinationConfigurationHecEndpointType
, DeliveryStreamSplunkDestinationConfigurationHecEndpointTypeArgs

Raw
Raw
Event
Event
DeliveryStreamSplunkDestinationConfigurationHecEndpointTypeRaw
Raw
DeliveryStreamSplunkDestinationConfigurationHecEndpointTypeEvent
Event
Raw
Raw
Event
Event
Raw
Raw
Event
Event
RAW
Raw
EVENT
Event
"Raw"
Raw
"Event"
Event

DeliveryStreamSplunkRetryOptions
, DeliveryStreamSplunkRetryOptionsArgs

DurationInSeconds int
The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.
DurationInSeconds int
The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.
durationInSeconds Integer
The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.
durationInSeconds number
The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.
duration_in_seconds int
The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.
durationInSeconds Number
The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.

DeliveryStreamType
, DeliveryStreamTypeArgs

DatabaseAsSource
DatabaseAsSource
DirectPut
DirectPut
KinesisStreamAsSource
KinesisStreamAsSource
MskasSource
MSKAsSource
DeliveryStreamTypeDatabaseAsSource
DatabaseAsSource
DeliveryStreamTypeDirectPut
DirectPut
DeliveryStreamTypeKinesisStreamAsSource
KinesisStreamAsSource
DeliveryStreamTypeMskasSource
MSKAsSource
DatabaseAsSource
DatabaseAsSource
DirectPut
DirectPut
KinesisStreamAsSource
KinesisStreamAsSource
MskasSource
MSKAsSource
DatabaseAsSource
DatabaseAsSource
DirectPut
DirectPut
KinesisStreamAsSource
KinesisStreamAsSource
MskasSource
MSKAsSource
DATABASE_AS_SOURCE
DatabaseAsSource
DIRECT_PUT
DirectPut
KINESIS_STREAM_AS_SOURCE
KinesisStreamAsSource
MSKAS_SOURCE
MSKAsSource
"DatabaseAsSource"
DatabaseAsSource
"DirectPut"
DirectPut
"KinesisStreamAsSource"
KinesisStreamAsSource
"MSKAsSource"
MSKAsSource

DeliveryStreamVpcConfiguration
, DeliveryStreamVpcConfigurationArgs

RoleArn This property is required. string

The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC. You can use your existing Kinesis Data Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Kinesis Data Firehose service principal and that it grants the following permissions:

  • ec2:DescribeVpcs
  • ec2:DescribeVpcAttribute
  • ec2:DescribeSubnets
  • ec2:DescribeSecurityGroups
  • ec2:DescribeNetworkInterfaces
  • ec2:CreateNetworkInterface
  • ec2:CreateNetworkInterfacePermission
  • ec2:DeleteNetworkInterface

If you revoke these permissions after you create the delivery stream, Kinesis Data Firehose can't scale out by creating more ENIs when necessary. You might therefore see a degradation in performance.

SecurityGroupIds This property is required. List<string>
The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups here, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic.
SubnetIds This property is required. List<string>

The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.

The number of ENIs that Kinesis Data Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Kinesis Data Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Kinesis Data Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here.

RoleArn This property is required. string

The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC. You can use your existing Kinesis Data Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Kinesis Data Firehose service principal and that it grants the following permissions:

  • ec2:DescribeVpcs
  • ec2:DescribeVpcAttribute
  • ec2:DescribeSubnets
  • ec2:DescribeSecurityGroups
  • ec2:DescribeNetworkInterfaces
  • ec2:CreateNetworkInterface
  • ec2:CreateNetworkInterfacePermission
  • ec2:DeleteNetworkInterface

If you revoke these permissions after you create the delivery stream, Kinesis Data Firehose can't scale out by creating more ENIs when necessary. You might therefore see a degradation in performance.

SecurityGroupIds This property is required. []string
The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups here, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic.
SubnetIds This property is required. []string

The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.

The number of ENIs that Kinesis Data Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Kinesis Data Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Kinesis Data Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here.

roleArn This property is required. String

The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC. You can use your existing Kinesis Data Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Kinesis Data Firehose service principal and that it grants the following permissions:

  • ec2:DescribeVpcs
  • ec2:DescribeVpcAttribute
  • ec2:DescribeSubnets
  • ec2:DescribeSecurityGroups
  • ec2:DescribeNetworkInterfaces
  • ec2:CreateNetworkInterface
  • ec2:CreateNetworkInterfacePermission
  • ec2:DeleteNetworkInterface

If you revoke these permissions after you create the delivery stream, Kinesis Data Firehose can't scale out by creating more ENIs when necessary. You might therefore see a degradation in performance.

securityGroupIds This property is required. List<String>
The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups here, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic.
subnetIds This property is required. List<String>

The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.

The number of ENIs that Kinesis Data Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Kinesis Data Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Kinesis Data Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here.

roleArn This property is required. string

The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC. You can use your existing Kinesis Data Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Kinesis Data Firehose service principal and that it grants the following permissions:

  • ec2:DescribeVpcs
  • ec2:DescribeVpcAttribute
  • ec2:DescribeSubnets
  • ec2:DescribeSecurityGroups
  • ec2:DescribeNetworkInterfaces
  • ec2:CreateNetworkInterface
  • ec2:CreateNetworkInterfacePermission
  • ec2:DeleteNetworkInterface

If you revoke these permissions after you create the delivery stream, Kinesis Data Firehose can't scale out by creating more ENIs when necessary. You might therefore see a degradation in performance.

securityGroupIds This property is required. string[]
The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups here, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic.
subnetIds This property is required. string[]

The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.

The number of ENIs that Kinesis Data Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Kinesis Data Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Kinesis Data Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here.

role_arn This property is required. str

The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC. You can use your existing Kinesis Data Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Kinesis Data Firehose service principal and that it grants the following permissions:

  • ec2:DescribeVpcs
  • ec2:DescribeVpcAttribute
  • ec2:DescribeSubnets
  • ec2:DescribeSecurityGroups
  • ec2:DescribeNetworkInterfaces
  • ec2:CreateNetworkInterface
  • ec2:CreateNetworkInterfacePermission
  • ec2:DeleteNetworkInterface

If you revoke these permissions after you create the delivery stream, Kinesis Data Firehose can't scale out by creating more ENIs when necessary. You might therefore see a degradation in performance.

security_group_ids This property is required. Sequence[str]
The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups here, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic.
subnet_ids This property is required. Sequence[str]

The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.

The number of ENIs that Kinesis Data Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Kinesis Data Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Kinesis Data Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here.

roleArn This property is required. String

The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC. You can use your existing Kinesis Data Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Kinesis Data Firehose service principal and that it grants the following permissions:

  • ec2:DescribeVpcs
  • ec2:DescribeVpcAttribute
  • ec2:DescribeSubnets
  • ec2:DescribeSecurityGroups
  • ec2:DescribeNetworkInterfaces
  • ec2:CreateNetworkInterface
  • ec2:CreateNetworkInterfacePermission
  • ec2:DeleteNetworkInterface

If you revoke these permissions after you create the delivery stream, Kinesis Data Firehose can't scale out by creating more ENIs when necessary. You might therefore see a degradation in performance.

securityGroupIds This property is required. List<String>
The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups here, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic.
subnetIds This property is required. List<String>

The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.

The number of ENIs that Kinesis Data Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Kinesis Data Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Kinesis Data Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here.

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi