Interface CfnConnectionPropsMixin.LakehousePropertiesInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectionPropsMixin.LakehousePropertiesInputProperty.Jsii$Proxy
- Enclosing class:
CfnConnectionPropsMixin
@Stability(Stable)
public static interface CfnConnectionPropsMixin.LakehousePropertiesInputProperty
extends software.amazon.jsii.JsiiSerializable
Lakehouse Properties Input.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
LakehousePropertiesInputProperty lakehousePropertiesInputProperty = LakehousePropertiesInputProperty.builder()
.glueLineageSyncEnabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectionPropsMixin.LakehousePropertiesInputPropertystatic final classAn implementation forCfnConnectionPropsMixin.LakehousePropertiesInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGlueLineageSyncEnabled
Specifies whether Glue lineage sync is enabled for the lakehouse connection.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnConnectionPropsMixin.LakehousePropertiesInputProperty.Builder builder()
-