Interface CfnApplicationOutput.DestinationSchemaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationOutput.DestinationSchemaProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationOutput
@Stability(Stable)
public static interface CfnApplicationOutput.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.services.kinesisanalytics.*; DestinationSchemaProperty destinationSchemaProperty = DestinationSchemaProperty.builder() .recordFormatType("recordFormatType") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplicationOutput.DestinationSchemaProperty
static final class
An implementation forCfnApplicationOutput.DestinationSchemaProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRecordFormatType
Specifies the format of the records on the output stream.- See Also:
-
builder
-