- Navigation Guide
@aws-sdk/client-kinesis-analytics
AddApplicationOutputCommandInput Interface
The input for AddApplicationOutputCommand.
Members
Name | Type | Details |
---|---|---|
ApplicationName Required | string | undefined | Name of the application to which you want to add the output configuration. |
CurrentApplicationVersionId Required | number | undefined | Version of the application to which you want to add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the |
Output Required | Output | undefined | An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream, an Amazon Kinesis Firehose delivery stream, or an AWS Lambda function), and record the formation to use when writing to the destination. |
Full Signature
export interface AddApplicationOutputCommandInput extends AddApplicationOutputRequest