Struct rusoto_firehose::CreateDeliveryStreamInput [] [src]

pub struct CreateDeliveryStreamInput {
    pub delivery_stream_name: String,
    pub elasticsearch_destination_configuration: Option<ElasticsearchDestinationConfiguration>,
    pub extended_s3_destination_configuration: Option<ExtendedS3DestinationConfiguration>,
    pub redshift_destination_configuration: Option<RedshiftDestinationConfiguration>,
}

Fields

The name of the delivery stream. This name must be unique per AWS account in the same region. You can have multiple delivery streams with the same name if they are in different accounts or different regions.

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

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

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

Trait Implementations

impl Default for CreateDeliveryStreamInput
[src]

Returns the "default value" for a type. Read more

impl Debug for CreateDeliveryStreamInput
[src]

Formats the value using the given formatter.

impl Clone for CreateDeliveryStreamInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more