Class OpenXJsonInputFormat
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.OpenXJsonInputFormat
- All Implemented Interfaces:
IInputFormat,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:42.373Z")
@Stability(Stable)
public class OpenXJsonInputFormat
extends software.amazon.jsii.JsiiObject
implements IInputFormat
This class specifies properties for OpenX JSON input format for record format conversion.
You should only need to specify an instance of this class if the default configuration does not suit your needs.
Example:
OpenXJsonInputFormat inputFormat = OpenXJsonInputFormat.Builder.create()
.lowercaseColumnNames(false)
.columnToJsonKeyMappings(Map.of("ts", "timestamp"))
.convertDotsInJsonKeysToUnderscores(true)
.build();
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.IInputFormat
IInputFormat.Jsii$Default, IInputFormat.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOpenXJsonInputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedOpenXJsonInputFormat(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionRenders the cloudformation properties for the input format.getProps()Properties for OpenX JSON input format.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
OpenXJsonInputFormat
protected OpenXJsonInputFormat(software.amazon.jsii.JsiiObjectRef objRef) -
OpenXJsonInputFormat
protected OpenXJsonInputFormat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
OpenXJsonInputFormat
- Parameters:
props-
-
OpenXJsonInputFormat
@Stability(Stable) public OpenXJsonInputFormat()
-
-
Method Details
-
createInputFormatConfig
@Stability(Stable) @NotNull public CfnDeliveryStream.InputFormatConfigurationProperty createInputFormatConfig()Renders the cloudformation properties for the input format.- Specified by:
createInputFormatConfigin interfaceIInputFormat
-
getProps
Properties for OpenX JSON input format.
-