interface DestinationSchemaProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KinesisAnalytics.CfnApplicationOutputV2.DestinationSchemaProperty |
![]() | software.amazon.awscdk.services.kinesisanalytics.CfnApplicationOutputV2.DestinationSchemaProperty |
![]() | aws_cdk.aws_kinesisanalytics.CfnApplicationOutputV2.DestinationSchemaProperty |
![]() | @aws-cdk/aws-kinesisanalytics » CfnApplicationOutputV2 » DestinationSchemaProperty |
Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as kinesisanalytics from '@aws-cdk/aws-kinesisanalytics';
const destinationSchemaProperty: kinesisanalytics.CfnApplicationOutputV2.DestinationSchemaProperty = {
recordFormatType: 'recordFormatType',
};
Properties
Name | Type | Description |
---|---|---|
record | string | Specifies the format of the records on the output stream. |
recordFormatType?
Type:
string
(optional)
Specifies the format of the records on the output stream.