Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateDeliveryStreamInput

import type { CreateDeliveryStreamInput } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";
interface CreateDeliveryStreamInput {
AmazonOpenSearchServerlessDestinationConfiguration?: AmazonOpenSearchServerlessDestinationConfiguration | null;
AmazonopensearchserviceDestinationConfiguration?: AmazonopensearchserviceDestinationConfiguration | null;
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput | null;
DeliveryStreamName: string;
DeliveryStreamType?: DeliveryStreamType | null;
ElasticsearchDestinationConfiguration?: ElasticsearchDestinationConfiguration | null;
ExtendedS3DestinationConfiguration?: ExtendedS3DestinationConfiguration | null;
HttpEndpointDestinationConfiguration?: HttpEndpointDestinationConfiguration | null;
KinesisStreamSourceConfiguration?: KinesisStreamSourceConfiguration | null;
RedshiftDestinationConfiguration?: RedshiftDestinationConfiguration | null;
S3DestinationConfiguration?: S3DestinationConfiguration | null;
SplunkDestinationConfiguration?: SplunkDestinationConfiguration | null;
Tags?: Tag[] | null;
}

§Properties

§
AmazonOpenSearchServerlessDestinationConfiguration?: AmazonOpenSearchServerlessDestinationConfiguration | null
[src]

The destination in the Serverless offering for Amazon OpenSearch Service. You can specify only one destination.

§
AmazonopensearchserviceDestinationConfiguration?: AmazonopensearchserviceDestinationConfiguration | null
[src]

The destination in Amazon OpenSearch Service. You can specify only one destination.

§
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput | null
[src]

Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).

§
DeliveryStreamName: string
[src]

The name of the delivery stream. This name must be unique per Amazon Web Services account in the same Amazon Web Services Region. If the delivery streams are in different accounts or different Regions, you can have multiple delivery streams with the same name.

§
DeliveryStreamType?: DeliveryStreamType | null
[src]

The delivery stream type. This parameter can be one of the following values:

  • DirectPut: Provider applications access the delivery stream directly.
  • KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.
§
ElasticsearchDestinationConfiguration?: ElasticsearchDestinationConfiguration | null
[src]

The destination in Amazon ES. You can specify only one destination.

§
ExtendedS3DestinationConfiguration?: ExtendedS3DestinationConfiguration | null
[src]

The destination in Amazon S3. You can specify only one destination.

§
HttpEndpointDestinationConfiguration?: HttpEndpointDestinationConfiguration | null
[src]

Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.

§
KinesisStreamSourceConfiguration?: KinesisStreamSourceConfiguration | null
[src]

When a Kinesis data stream is used as the source for the delivery stream, a "KinesisStreamSourceConfiguration" containing the Kinesis data stream Amazon Resource Name (ARN) and the role ARN for the source stream.

§
RedshiftDestinationConfiguration?: RedshiftDestinationConfiguration | null
[src]

The destination in Amazon Redshift. You can specify only one destination.

§
S3DestinationConfiguration?: S3DestinationConfiguration | null
[src]

[Deprecated] The destination in Amazon S3. You can specify only one destination.

§
SplunkDestinationConfiguration?: SplunkDestinationConfiguration | null
[src]

The destination in Splunk. You can specify only one destination.

§
Tags?: Tag[] | null
[src]

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

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