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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


12704
12705
12706
12707
12708
# File 'lib/aws-sdk-datazone/types.rb', line 12704

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