public static final class CfnDeliveryStream.DataFormatConversionConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.DataFormatConversionConfigurationProperty
CfnDeliveryStream.DataFormatConversionConfigurationProperty
CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder, CfnDeliveryStream.DataFormatConversionConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getEnabled()
Defaults to `true` .
|
java.lang.Object |
getInputFormatConfiguration()
Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON.
|
java.lang.Object |
getOutputFormatConfiguration()
Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format.
|
java.lang.Object |
getSchemaConfiguration()
Specifies the AWS Glue Data Catalog table that contains the column information.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getEnabled()
CfnDeliveryStream.DataFormatConversionConfigurationProperty
Set it to false
if you want to disable format conversion while preserving the configuration details.
getEnabled
in interface CfnDeliveryStream.DataFormatConversionConfigurationProperty
public final java.lang.Object getInputFormatConfiguration()
CfnDeliveryStream.DataFormatConversionConfigurationProperty
This parameter is required if Enabled
is set to true.
getInputFormatConfiguration
in interface CfnDeliveryStream.DataFormatConversionConfigurationProperty
public final java.lang.Object getOutputFormatConfiguration()
CfnDeliveryStream.DataFormatConversionConfigurationProperty
This parameter is required if Enabled
is set to true.
getOutputFormatConfiguration
in interface CfnDeliveryStream.DataFormatConversionConfigurationProperty
public final java.lang.Object getSchemaConfiguration()
CfnDeliveryStream.DataFormatConversionConfigurationProperty
This parameter is required if Enabled
is set to true.
getSchemaConfiguration
in interface CfnDeliveryStream.DataFormatConversionConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()