Class CfnConnection.LakehousePropertiesInputProperty
Lakehouse Properties Input.
Implements
Inherited Members
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
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
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; }