aws-cdk-lib.aws_kinesisanalytics.CfnApplicationOutput.DestinationSchemaProperty

interface DestinationSchemaProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisAnalytics.CfnApplicationOutput.DestinationSchemaProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalytics#CfnApplicationOutput_DestinationSchemaProperty
Javasoftware.amazon.awscdk.services.kinesisanalytics.CfnApplicationOutput.DestinationSchemaProperty
Pythonaws_cdk.aws_kinesisanalytics.CfnApplicationOutput.DestinationSchemaProperty
TypeScript aws-cdk-lib » aws_kinesisanalytics » CfnApplicationOutput » DestinationSchemaProperty

Describes the data format when records are written to the destination.

For more information, see Configuring Application Output .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisanalytics as kinesisanalytics } from 'aws-cdk-lib';
const destinationSchemaProperty: kinesisanalytics.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.