Interface CfnApplicationOutputV2.DestinationSchemaProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplicationOutputV2.DestinationSchemaProperty.Jsii$Proxy
Enclosing class:
CfnApplicationOutputV2

@Stability(Stable) public static interface CfnApplicationOutputV2.DestinationSchemaProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.kinesisanalytics.*;
 DestinationSchemaProperty destinationSchemaProperty = DestinationSchemaProperty.builder()
         .recordFormatType("recordFormatType")
         .build();
 

See Also: