Class CfnTableOptimizer.TableOptimizerConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnTableOptimizer.TableOptimizerConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTableOptimizer.TableOptimizerConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTableOptimizer.TableOptimizerConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTableOptimizer.TableOptimizerConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTableOptimizer.TableOptimizerConfigurationProperty
An implementation for
CfnTableOptimizer.TableOptimizerConfigurationProperty-
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.glue.CfnTableOptimizer.TableOptimizerConfigurationProperty
CfnTableOptimizer.TableOptimizerConfigurationProperty.Builder, CfnTableOptimizer.TableOptimizerConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTableOptimizer.TableOptimizerConfigurationProperty.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 ObjectWhether the table optimization is enabled.final ObjectOrphanFileDeletionConfigurationis a property that can be included within the TableOptimizer resource.final ObjectThe configuration for a snapshot retention optimizer for Apache Iceberg tables.final StringA role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.final ObjectAn object that describes the VPC configuration for a table optimizer.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 theCfnTableOptimizer.TableOptimizerConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnTableOptimizer.TableOptimizerConfigurationPropertyWhether the table optimization is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnTableOptimizer.TableOptimizerConfigurationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTableOptimizer.TableOptimizerConfigurationPropertyA role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.- Specified by:
getRoleArnin interfaceCfnTableOptimizer.TableOptimizerConfigurationProperty- See Also:
-
getOrphanFileDeletionConfiguration
Description copied from interface:CfnTableOptimizer.TableOptimizerConfigurationPropertyOrphanFileDeletionConfigurationis a property that can be included within the TableOptimizer resource.It controls the automatic deletion of orphaned files - files that are not tracked by the table metadata, and older than the configured age limit.
Returns union: either
IResolvableorCfnTableOptimizer.OrphanFileDeletionConfigurationProperty- Specified by:
getOrphanFileDeletionConfigurationin interfaceCfnTableOptimizer.TableOptimizerConfigurationProperty- See Also:
-
getRetentionConfiguration
Description copied from interface:CfnTableOptimizer.TableOptimizerConfigurationPropertyThe configuration for a snapshot retention optimizer for Apache Iceberg tables.Returns union: either
IResolvableorCfnTableOptimizer.RetentionConfigurationProperty- Specified by:
getRetentionConfigurationin interfaceCfnTableOptimizer.TableOptimizerConfigurationProperty- See Also:
-
getVpcConfiguration
Description copied from interface:CfnTableOptimizer.TableOptimizerConfigurationPropertyAn object that describes the VPC configuration for a table optimizer.This configuration is necessary to perform optimization on tables that are in a customer VPC.
Returns union: either
IResolvableorCfnTableOptimizer.VpcConfigurationProperty- Specified by:
getVpcConfigurationin interfaceCfnTableOptimizer.TableOptimizerConfigurationProperty- 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()
-