Class CfnConnectionPropsMixin.LakehousePropertiesInputProperty
Lakehouse Properties Input.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DataZone
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConnectionPropsMixin.LakehousePropertiesInputProperty : CfnConnectionPropsMixin.ILakehousePropertiesInputProperty
Syntax (vb)
Public Class CfnConnectionPropsMixin.LakehousePropertiesInputProperty Implements CfnConnectionPropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.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; }