Show / Hide Table of Contents

Class CfnTableOptimizer.IcebergRetentionConfigurationProperty

Inheritance
object
CfnTableOptimizer.IcebergRetentionConfigurationProperty
Implements
CfnTableOptimizer.IIcebergRetentionConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTableOptimizer.IcebergRetentionConfigurationProperty : CfnTableOptimizer.IIcebergRetentionConfigurationProperty
Syntax (vb)
Public Class CfnTableOptimizer.IcebergRetentionConfigurationProperty Implements CfnTableOptimizer.IIcebergRetentionConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergretentionconfiguration.html

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 icebergRetentionConfigurationProperty = new IcebergRetentionConfigurationProperty {
                 CleanExpiredFiles = false,
                 NumberOfSnapshotsToRetain = 123,
                 SnapshotRetentionPeriodInDays = 123
             };

Synopsis

Constructors

IcebergRetentionConfigurationProperty()

Properties

CleanExpiredFiles
NumberOfSnapshotsToRetain
SnapshotRetentionPeriodInDays

Constructors

IcebergRetentionConfigurationProperty()

public IcebergRetentionConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergretentionconfiguration.html

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 icebergRetentionConfigurationProperty = new IcebergRetentionConfigurationProperty {
                 CleanExpiredFiles = false,
                 NumberOfSnapshotsToRetain = 123,
                 SnapshotRetentionPeriodInDays = 123
             };

Properties

CleanExpiredFiles

public object? CleanExpiredFiles { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergretentionconfiguration.html#cfn-glue-tableoptimizer-icebergretentionconfiguration-cleanexpiredfiles

NumberOfSnapshotsToRetain

public double? NumberOfSnapshotsToRetain { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergretentionconfiguration.html#cfn-glue-tableoptimizer-icebergretentionconfiguration-numberofsnapshotstoretain

SnapshotRetentionPeriodInDays

public double? SnapshotRetentionPeriodInDays { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergretentionconfiguration.html#cfn-glue-tableoptimizer-icebergretentionconfiguration-snapshotretentionperiodindays

Implements

CfnTableOptimizer.IIcebergRetentionConfigurationProperty
Back to top Generated by DocFX