The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::Firehose::CreateDeliveryStream - Arguments for method CreateDeliveryStream on Paws::Firehose

DESCRIPTION

This class represents the parameters used for calling the method CreateDeliveryStream on the Amazon Kinesis Firehose service. Use the attributes of this class as arguments to method CreateDeliveryStream.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateDeliveryStream.

As an example:

  $service_obj->CreateDeliveryStream(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

ATTRIBUTES

REQUIRED DeliveryStreamName => Str

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.

ElasticsearchDestinationConfiguration => Paws::Firehose::ElasticsearchDestinationConfiguration

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

ExtendedS3DestinationConfiguration => Paws::Firehose::ExtendedS3DestinationConfiguration

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

RedshiftDestinationConfiguration => Paws::Firehose::RedshiftDestinationConfiguration

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

S3DestinationConfiguration => Paws::Firehose::S3DestinationConfiguration

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

SEE ALSO

This class forms part of Paws, documenting arguments for method CreateDeliveryStream in Paws::Firehose

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues