Class CfnDeliveryStream.DeserializerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.DeserializerProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.DeserializerProperty
CfnDeliveryStream.DeserializerProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DeserializerProperty
CfnDeliveryStream.DeserializerProperty.Builder, CfnDeliveryStream.DeserializerProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DeserializerProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DeserializerProperty.Builder.
-
-
Method Details
-
getHiveJsonSerDe
Description copied from interface:CfnDeliveryStream.DeserializerPropertyThe native Hive / HCatalog JsonSerDe.Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
Returns union: either
IResolvableorCfnDeliveryStream.HiveJsonSerDeProperty- Specified by:
getHiveJsonSerDein interfaceCfnDeliveryStream.DeserializerProperty- See Also:
-
getOpenXJsonSerDe
Description copied from interface:CfnDeliveryStream.DeserializerPropertyThe OpenX SerDe.Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
Returns union: either
IResolvableorCfnDeliveryStream.OpenXJsonSerDeProperty- Specified by:
getOpenXJsonSerDein interfaceCfnDeliveryStream.DeserializerProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-