Class CfnDeliveryStream.DataFormatConversionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DataFormatConversionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.DataFormatConversionConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.DataFormatConversionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.DataFormatConversionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.DataFormatConversionConfigurationProperty
An implementation for
CfnDeliveryStream.DataFormatConversionConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DataFormatConversionConfigurationProperty
CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder, CfnDeliveryStream.DataFormatConversionConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Defaults totrue
.final Object
Specifies the deserializer that you want Firehose to use to convert the format of your data from JSON.final Object
Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format.final Object
Specifies the AWS Glue Data Catalog table that contains the column information.final int
hashCode()
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.DataFormatConversionConfigurationProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnDeliveryStream.DataFormatConversionConfigurationProperty
Defaults totrue
.Set it to
false
if you want to disable format conversion while preserving the configuration details.- Specified by:
getEnabled
in interfaceCfnDeliveryStream.DataFormatConversionConfigurationProperty
- See Also:
-
getInputFormatConfiguration
Description copied from interface:CfnDeliveryStream.DataFormatConversionConfigurationProperty
Specifies the deserializer that you want Firehose to use to convert the format of your data from JSON.This parameter is required if
Enabled
is set to true.- Specified by:
getInputFormatConfiguration
in interfaceCfnDeliveryStream.DataFormatConversionConfigurationProperty
- See Also:
-
getOutputFormatConfiguration
Description copied from interface:CfnDeliveryStream.DataFormatConversionConfigurationProperty
Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format.This parameter is required if
Enabled
is set to true.- Specified by:
getOutputFormatConfiguration
in interfaceCfnDeliveryStream.DataFormatConversionConfigurationProperty
- See Also:
-
getSchemaConfiguration
Description copied from interface:CfnDeliveryStream.DataFormatConversionConfigurationProperty
Specifies the AWS Glue Data Catalog table that contains the column information.This parameter is required if
Enabled
is set to true.- Specified by:
getSchemaConfiguration
in interfaceCfnDeliveryStream.DataFormatConversionConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-