Class: Aws::Glue::Types::CatalogPropertiesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Property attributes that include configuration properties for the catalog resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_propertiesHash<String,String>

Additional key-value properties for the catalog, such as column statistics optimizations.

Returns:

  • (Hash<String,String>)


2298
2299
2300
2301
2302
2303
# File 'lib/aws-sdk-glue/types.rb', line 2298

class CatalogPropertiesOutput < Struct.new(
  :data_lake_access_properties,
  :custom_properties)
  SENSITIVE = []
  include Aws::Structure
end

#data_lake_access_propertiesTypes::DataLakeAccessPropertiesOutput

A ‘DataLakeAccessProperties` object with input properties to configure data lake access for your catalog resource in the Glue Data Catalog.



2298
2299
2300
2301
2302
2303
# File 'lib/aws-sdk-glue/types.rb', line 2298

class CatalogPropertiesOutput < Struct.new(
  :data_lake_access_properties,
  :custom_properties)
  SENSITIVE = []
  include Aws::Structure
end