Show / Hide Table of Contents

Class CfnConnection.LakehousePropertiesInputProperty

Lakehouse Properties Input.

Inheritance
object
CfnConnection.LakehousePropertiesInputProperty
Implements
CfnConnection.ILakehousePropertiesInputProperty
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.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.LakehousePropertiesInputProperty : CfnConnection.ILakehousePropertiesInputProperty
Syntax (vb)
Public Class CfnConnection.LakehousePropertiesInputProperty Implements CfnConnection.ILakehousePropertiesInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-lakehousepropertiesinput.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.DataZone;

             var lakehousePropertiesInputProperty = new LakehousePropertiesInputProperty {
                 GlueLineageSyncEnabled = false
             };

Synopsis

Constructors

LakehousePropertiesInputProperty()

Lakehouse Properties Input.

Properties

GlueLineageSyncEnabled

Specifies whether Glue lineage sync is enabled for the lakehouse connection.

Constructors

LakehousePropertiesInputProperty()

Lakehouse Properties Input.

public LakehousePropertiesInputProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-lakehousepropertiesinput.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.DataZone;

             var lakehousePropertiesInputProperty = new LakehousePropertiesInputProperty {
                 GlueLineageSyncEnabled = false
             };

Properties

GlueLineageSyncEnabled

Specifies whether Glue lineage sync is enabled for the lakehouse connection.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-lakehousepropertiesinput.html#cfn-datazone-connection-lakehousepropertiesinput-gluelineagesyncenabled

Type union: either bool or IResolvable

Implements

CfnConnection.ILakehousePropertiesInputProperty
Back to top Generated by DocFX