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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DestinationTableConfigurationProperty
CfnDeliveryStream.DestinationTableConfigurationProperty.Builder, CfnDeliveryStream.DestinationTableConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DestinationTableConfigurationProperty.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 StringThe name of the Apache Iceberg database.final StringSpecifies the name of the Apache Iceberg Table.final ObjectThe partition spec configuration for a table that is used by automatic table creation.final StringThe table specific S3 error output prefix.A list of unique keys for a given Apache Iceberg table.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.DestinationTableConfigurationProperty.Builder.
-
-
Method Details
-
getDestinationDatabaseName
Description copied from interface:CfnDeliveryStream.DestinationTableConfigurationPropertyThe name of the Apache Iceberg database.- Specified by:
getDestinationDatabaseNamein interfaceCfnDeliveryStream.DestinationTableConfigurationProperty- See Also:
-
getDestinationTableName
Description copied from interface:CfnDeliveryStream.DestinationTableConfigurationPropertySpecifies the name of the Apache Iceberg Table.- Specified by:
getDestinationTableNamein interfaceCfnDeliveryStream.DestinationTableConfigurationProperty- See Also:
-
getPartitionSpec
Description copied from interface:CfnDeliveryStream.DestinationTableConfigurationPropertyThe 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.
Returns union: either
IResolvableorCfnDeliveryStream.PartitionSpecProperty- Specified by:
getPartitionSpecin interfaceCfnDeliveryStream.DestinationTableConfigurationProperty- See Also:
-
getS3ErrorOutputPrefix
Description copied from interface:CfnDeliveryStream.DestinationTableConfigurationPropertyThe 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:
getS3ErrorOutputPrefixin interfaceCfnDeliveryStream.DestinationTableConfigurationProperty- See Also:
-
getUniqueKeys
Description copied from interface:CfnDeliveryStream.DestinationTableConfigurationPropertyA 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:
getUniqueKeysin interfaceCfnDeliveryStream.DestinationTableConfigurationProperty- 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()
-