Class: Aws::DataZone::Types::LakehousePropertiesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The lakehouse properties of a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#glue_lineage_sync_enabledBoolean

Specifies whether to enable Glue lineage sync for tables managed by Glue crawlers.

Returns:

  • (Boolean)


13267
13268
13269
13270
13271
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13267

class LakehousePropertiesInput < Struct.new(
  :glue_lineage_sync_enabled)
  SENSITIVE = []
  include Aws::Structure
end