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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DataFormatConversionConfigurationProperty
CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder, CfnDeliveryStream.DataFormatConversionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectDefaults totrue.final ObjectSpecifies the deserializer that you want Firehose to use to convert the format of your data from JSON.final ObjectSpecifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format.final ObjectSpecifies the AWS Glue Data Catalog table that contains the column information.final inthashCode()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.DataFormatConversionConfigurationPropertyDefaults totrue.Set it to
falseif you want to disable format conversion while preserving the configuration details.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDeliveryStream.DataFormatConversionConfigurationProperty- See Also:
-
getInputFormatConfiguration
Description copied from interface:CfnDeliveryStream.DataFormatConversionConfigurationPropertySpecifies the deserializer that you want Firehose to use to convert the format of your data from JSON.This parameter is required if
Enabledis set to true.Returns union: either
IResolvableorCfnDeliveryStream.InputFormatConfigurationProperty- Specified by:
getInputFormatConfigurationin interfaceCfnDeliveryStream.DataFormatConversionConfigurationProperty- See Also:
-
getOutputFormatConfiguration
Description copied from interface:CfnDeliveryStream.DataFormatConversionConfigurationPropertySpecifies 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
Enabledis set to true.Returns union: either
IResolvableorCfnDeliveryStream.OutputFormatConfigurationProperty- Specified by:
getOutputFormatConfigurationin interfaceCfnDeliveryStream.DataFormatConversionConfigurationProperty- See Also:
-
getSchemaConfiguration
Description copied from interface:CfnDeliveryStream.DataFormatConversionConfigurationPropertySpecifies the AWS Glue Data Catalog table that contains the column information.This parameter is required if
Enabledis set to true.Returns union: either
IResolvableorCfnDeliveryStream.SchemaConfigurationProperty- Specified by:
getSchemaConfigurationin interfaceCfnDeliveryStream.DataFormatConversionConfigurationProperty- 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()
-