Show / Hide Table of Contents

Class CfnTablePropsMixin.OpenTableFormatInputProperty

Specifies an OpenTableFormatInput structure when creating an open format table.

Inheritance
object
CfnTablePropsMixin.OpenTableFormatInputProperty
Implements
CfnTablePropsMixin.IOpenTableFormatInputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Glue
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTablePropsMixin.OpenTableFormatInputProperty : CfnTablePropsMixin.IOpenTableFormatInputProperty
Syntax (vb)
Public Class CfnTablePropsMixin.OpenTableFormatInputProperty Implements CfnTablePropsMixin.IOpenTableFormatInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-opentableformatinput.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.CfnPropertyMixins.AWS.Glue;

             var openTableFormatInputProperty = new OpenTableFormatInputProperty {
                 IcebergInput = new IcebergInputProperty {
                     MetadataOperation = "metadataOperation",
                     Version = "version"
                 }
             };

Synopsis

Constructors

OpenTableFormatInputProperty()

Specifies an OpenTableFormatInput structure when creating an open format table.

Properties

IcebergInput

Specifies an IcebergInput structure that defines an Apache Iceberg metadata table.

Constructors

OpenTableFormatInputProperty()

Specifies an OpenTableFormatInput structure when creating an open format table.

public OpenTableFormatInputProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-opentableformatinput.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.CfnPropertyMixins.AWS.Glue;

             var openTableFormatInputProperty = new OpenTableFormatInputProperty {
                 IcebergInput = new IcebergInputProperty {
                     MetadataOperation = "metadataOperation",
                     Version = "version"
                 }
             };

Properties

IcebergInput

Specifies an IcebergInput structure that defines an Apache Iceberg metadata table.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-opentableformatinput.html#cfn-glue-table-opentableformatinput-iceberginput

Type union: either IResolvable or CfnTablePropsMixin.IIcebergInputProperty

Implements

CfnTablePropsMixin.IOpenTableFormatInputProperty
Back to top Generated by DocFX