OutputUpdate
For a SQL-based Kinesis Data Analytics application, describes updates to the
output configuration identified by the OutputId
.
Contents
- OutputId
-
Identifies the specific output configuration that you want to update.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Pattern:
[a-zA-Z0-9_.-]+
Required: Yes
- DestinationSchemaUpdate
-
Describes the data format when records are written to the destination.
Type: DestinationSchema object
Required: No
- KinesisFirehoseOutputUpdate
-
Describes a Kinesis Data Firehose delivery stream as the destination for the output.
Type: KinesisFirehoseOutputUpdate object
Required: No
- KinesisStreamsOutputUpdate
-
Describes a Kinesis data stream as the destination for the output.
Type: KinesisStreamsOutputUpdate object
Required: No
- LambdaOutputUpdate
-
Describes an Amazon Lambda function as the destination for the output.
Type: LambdaOutputUpdate object
Required: No
- NameUpdate
-
If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
[^-\s<>&]*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: