Class CfnDeliveryStream.DestinationTableConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DestinationTableConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.DestinationTableConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.DestinationTableConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.DestinationTableConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.DestinationTableConfigurationProperty
An implementation for
CfnDeliveryStream.DestinationTableConfigurationProperty
-
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.DestinationTableConfigurationProperty
CfnDeliveryStream.DestinationTableConfigurationProperty.Builder, CfnDeliveryStream.DestinationTableConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DestinationTableConfigurationProperty.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 String
The name of the Apache Iceberg database.final String
Specifies the name of the Apache Iceberg Table.final Object
The partition spec configuration for a table that is used by automatic table creation.final String
The table specific S3 error output prefix.A list of unique keys for a given Apache Iceberg table.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.DestinationTableConfigurationProperty.Builder
.
-
-
Method Details
-
getDestinationDatabaseName
Description copied from interface:CfnDeliveryStream.DestinationTableConfigurationProperty
The name of the Apache Iceberg database.- Specified by:
getDestinationDatabaseName
in interfaceCfnDeliveryStream.DestinationTableConfigurationProperty
- See Also:
-
getDestinationTableName
Description copied from interface:CfnDeliveryStream.DestinationTableConfigurationProperty
Specifies the name of the Apache Iceberg Table.- Specified by:
getDestinationTableName
in interfaceCfnDeliveryStream.DestinationTableConfigurationProperty
- See Also:
-
getPartitionSpec
Description copied from interface:CfnDeliveryStream.DestinationTableConfigurationProperty
The partition spec configuration for a table that is used by automatic table creation.Amazon Data Firehose is in preview release and is subject to change.
- Specified by:
getPartitionSpec
in interfaceCfnDeliveryStream.DestinationTableConfigurationProperty
- See Also:
-
getS3ErrorOutputPrefix
Description copied from interface:CfnDeliveryStream.DestinationTableConfigurationProperty
The table specific S3 error output prefix.All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.
- Specified by:
getS3ErrorOutputPrefix
in interfaceCfnDeliveryStream.DestinationTableConfigurationProperty
- See Also:
-
getUniqueKeys
Description copied from interface:CfnDeliveryStream.DestinationTableConfigurationProperty
A list of unique keys for a given Apache Iceberg table.Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.
- Specified by:
getUniqueKeys
in interfaceCfnDeliveryStream.DestinationTableConfigurationProperty
- 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()
-