Class CfnTableMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTableMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTableMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTableMixinProps
@Stability(Stable)
@Internal
public static final class CfnTableMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTableMixinProps
An implementation for
CfnTableMixinProps-
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.cfnpropertymixins.services.s3tables.CfnTableMixinProps
CfnTableMixinProps.Builder, CfnTableMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTableMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTableMixinProps.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 ObjectContains details about the compaction settings for an Iceberg table.final ObjectContains details about the metadata for an Iceberg table.final StringThe name of the namespace.final StringThe format of the table.final ObjectContains details about the Iceberg snapshot management settings for the table.final ObjectThe configuration details for the storage class of tables or table buckets.final StringThe Amazon Resource Name (ARN) of the table bucket to create the table in.final StringThe name for the table.getTags()User tags (key-value pairs) to associate with the table.final StringIndicates that you don't want to specify a schema for the 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 theCfnTableMixinProps.Builder.
-
-
Method Details
-
getCompaction
Description copied from interface:CfnTableMixinPropsContains details about the compaction settings for an Iceberg table.Returns union: either
IResolvableorCfnTablePropsMixin.CompactionProperty- Specified by:
getCompactionin interfaceCfnTableMixinProps- See Also:
-
getIcebergMetadata
Description copied from interface:CfnTableMixinPropsContains details about the metadata for an Iceberg table.Returns union: either
IResolvableorCfnTablePropsMixin.IcebergMetadataProperty- Specified by:
getIcebergMetadatain interfaceCfnTableMixinProps- See Also:
-
getNamespace
Description copied from interface:CfnTableMixinPropsThe name of the namespace.- Specified by:
getNamespacein interfaceCfnTableMixinProps- See Also:
-
getOpenTableFormat
Description copied from interface:CfnTableMixinPropsThe format of the table.- Specified by:
getOpenTableFormatin interfaceCfnTableMixinProps- See Also:
-
getSnapshotManagement
Description copied from interface:CfnTableMixinPropsContains details about the Iceberg snapshot management settings for the table.Returns union: either
IResolvableorCfnTablePropsMixin.SnapshotManagementProperty- Specified by:
getSnapshotManagementin interfaceCfnTableMixinProps- See Also:
-
getStorageClassConfiguration
Description copied from interface:CfnTableMixinPropsThe configuration details for the storage class of tables or table buckets.This allows you to optimize storage costs by selecting the appropriate storage class based on your access patterns and performance requirements.
Returns union: either
IResolvableorCfnTablePropsMixin.StorageClassConfigurationProperty- Specified by:
getStorageClassConfigurationin interfaceCfnTableMixinProps- See Also:
-
getTableBucketArn
Description copied from interface:CfnTableMixinPropsThe Amazon Resource Name (ARN) of the table bucket to create the table in.- Specified by:
getTableBucketArnin interfaceCfnTableMixinProps- See Also:
-
getTableName
Description copied from interface:CfnTableMixinPropsThe name for the table.- Specified by:
getTableNamein interfaceCfnTableMixinProps- See Also:
-
getTags
Description copied from interface:CfnTableMixinPropsUser tags (key-value pairs) to associate with the table.- Specified by:
getTagsin interfaceCfnTableMixinProps- See Also:
-
getWithoutMetadata
Description copied from interface:CfnTableMixinPropsIndicates that you don't want to specify a schema for the table.This property is mutually exclusive to
IcebergMetadata, and its only possible value isYes.- Specified by:
getWithoutMetadatain interfaceCfnTableMixinProps- 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()
-