aws-cdk-lib.aws_kinesisanalyticsv2.CfnApplicationOutput.DestinationSchemaProperty

interface DestinationSchemaProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisAnalyticsV2.CfnApplicationOutput.DestinationSchemaProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalyticsv2#CfnApplicationOutput_DestinationSchemaProperty
Javasoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationOutput.DestinationSchemaProperty
Pythonaws_cdk.aws_kinesisanalyticsv2.CfnApplicationOutput.DestinationSchemaProperty
TypeScript aws-cdk-lib » aws_kinesisanalyticsv2 » CfnApplicationOutput » 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 { aws_kinesisanalyticsv2 as kinesisanalyticsv2 } from 'aws-cdk-lib';
const destinationSchemaProperty: kinesisanalyticsv2.CfnApplicationOutput.DestinationSchemaProperty = {
  recordFormatType: 'recordFormatType',
};

Properties

NameTypeDescription
recordFormatType?stringSpecifies the format of the records on the output stream.

recordFormatType?

Type: string (optional)

Specifies the format of the records on the output stream.