Interface CfnTableOptimizer.ITableOptimizerConfigurationProperty
Specifies configuration details of a table optimizer.
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITableOptimizerConfigurationProperty
Syntax (vb)
Public Interface ITableOptimizerConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Glue;
var tableOptimizerConfigurationProperty = new TableOptimizerConfigurationProperty {
Enabled = false,
RoleArn = "roleArn",
// the properties below are optional
OrphanFileDeletionConfiguration = new OrphanFileDeletionConfigurationProperty {
IcebergConfiguration = new IcebergConfigurationProperty {
Location = "location",
OrphanFileRetentionPeriodInDays = 123
}
},
RetentionConfiguration = new RetentionConfigurationProperty {
IcebergConfiguration = new IcebergConfigurationProperty {
Location = "location",
OrphanFileRetentionPeriodInDays = 123
}
},
VpcConfiguration = new VpcConfigurationProperty {
GlueConnectionName = "glueConnectionName"
}
};
Synopsis
Properties
Enabled | Whether the table optimization is enabled. |
Orphan |
|
Retention |
|
Role |
A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf. |
Vpc |
Properties
Enabled
Whether the table optimization is enabled.
object Enabled { get; }
Property Value
System.
Remarks
OrphanFileDeletionConfiguration
virtual object OrphanFileDeletionConfiguration { get; }
Property Value
System.
Remarks
RetentionConfiguration
virtual object RetentionConfiguration { get; }
Property Value
System.
Remarks
RoleArn
A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.
string RoleArn { get; }
Property Value
System.
Remarks
VpcConfiguration
virtual object VpcConfiguration { get; }
Property Value
System.