@Stability(value=Stable)
public static interface CfnApplicationOutput.DestinationSchemaProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationOutput.DestinationSchemaProperty.Builder
A builder for
CfnApplicationOutput.DestinationSchemaProperty |
static class |
CfnApplicationOutput.DestinationSchemaProperty.Jsii$Proxy
An implementation for
CfnApplicationOutput.DestinationSchemaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationOutput.DestinationSchemaProperty.Builder |
builder() |
default String |
getRecordFormatType()
Specifies the format of the records on the output stream.
|
@Stability(value=Stable) @Nullable default String getRecordFormatType()
@Stability(value=Stable) static CfnApplicationOutput.DestinationSchemaProperty.Builder builder()
Copyright © 2022. All rights reserved.