Interface CfnApplicationOutputPropsMixin.DestinationSchemaProperty

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

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

See Also: