Class CfnDeliveryStream.CatalogConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.CatalogConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.CatalogConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.CatalogConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.CatalogConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.CatalogConfigurationProperty
An implementation for
CfnDeliveryStream.CatalogConfigurationProperty
-
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.CatalogConfigurationProperty
CfnDeliveryStream.CatalogConfigurationProperty.Builder, CfnDeliveryStream.CatalogConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.CatalogConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.CatalogConfigurationProperty.Builder
.
-
-
Method Details
-
getCatalogArn
Description copied from interface:CfnDeliveryStream.CatalogConfigurationProperty
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables.You must specify the ARN in the format
arn:aws:glue:region:account-id:catalog
.- Specified by:
getCatalogArn
in interfaceCfnDeliveryStream.CatalogConfigurationProperty
- See Also:
-
getWarehouseLocation
Description copied from interface:CfnDeliveryStream.CatalogConfigurationProperty
The warehouse location for Apache Iceberg tables. You must configure this when schema evolution and table creation is enabled.Amazon Data Firehose is in preview release and is subject to change.
- Specified by:
getWarehouseLocation
in interfaceCfnDeliveryStream.CatalogConfigurationProperty
- 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()
-