The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::KinesisAnalytics::Output

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::KinesisAnalytics::Output object:

  $service_obj->Method(Att1 => { DestinationSchema => $value, ..., Name => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::KinesisAnalytics::Output object:

  $result = $service_obj->Method(...);
  $result->Att1->DestinationSchema

DESCRIPTION

Describes application output configuration in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.

For limits on how many destinations an application can write and other limitations, see Limits (https://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html).

ATTRIBUTES

REQUIRED DestinationSchema => Paws::KinesisAnalytics::DestinationSchema

Describes the data format when records are written to the destination. For more information, see Configuring Application Output (https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html).

KinesisFirehoseOutput => Paws::KinesisAnalytics::KinesisFirehoseOutput

Identifies an Amazon Kinesis Firehose delivery stream as the destination.

KinesisStreamsOutput => Paws::KinesisAnalytics::KinesisStreamsOutput

Identifies an Amazon Kinesis stream as the destination.

LambdaOutput => Paws::KinesisAnalytics::LambdaOutput

Identifies an AWS Lambda function as the destination.

REQUIRED Name => Str

Name of the in-application stream.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::KinesisAnalytics

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