interface LakehousePropertiesInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnConnectionPropsMixin.LakehousePropertiesInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnConnectionPropsMixin_LakehousePropertiesInputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnConnectionPropsMixin.LakehousePropertiesInputProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnConnectionPropsMixin.LakehousePropertiesInputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » CfnConnectionPropsMixin » LakehousePropertiesInputProperty |
Lakehouse Properties Input.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from '@aws-cdk/cfn-property-mixins';
const lakehousePropertiesInputProperty: datazone.CfnConnectionPropsMixin.LakehousePropertiesInputProperty = {
glueLineageSyncEnabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| glue | boolean | IResolvable | Specifies whether Glue lineage sync is enabled for the lakehouse connection. |
glueLineageSyncEnabled?
Type:
boolean | IResolvable
(optional)
Specifies whether Glue lineage sync is enabled for the lakehouse connection.

.NET
Go
Java
Python
TypeScript