interface DestinationSchemaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2.CfnApplicationOutputPropsMixin.DestinationSchemaProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awskinesisanalyticsv2#CfnApplicationOutputPropsMixin_DestinationSchemaProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationOutputPropsMixin.DestinationSchemaProperty |
Python | aws_cdk.cfn_property_mixins.aws_kinesisanalyticsv2.CfnApplicationOutputPropsMixin.DestinationSchemaProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_kinesisanalyticsv2 » CfnApplicationOutputPropsMixin » 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/cfn-property-mixins';
const destinationSchemaProperty: kinesisanalyticsv2.CfnApplicationOutputPropsMixin.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.

.NET
Go
Java
Python
TypeScript