Class: Aws::Glue::Types::CatalogProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogProperties
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A structure that specifies data lake access properties and other custom properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_properties ⇒ Hash<String,String>
Additional key-value properties for the catalog, such as column statistics optimizations.
-
#data_lake_access_properties ⇒ Types::DataLakeAccessProperties
A
DataLakeAccessProperties
object that specifies properties to configure data lake access for your catalog resource in the Glue Data Catalog.
Instance Attribute Details
#custom_properties ⇒ Hash<String,String>
Additional key-value properties for the catalog, such as column statistics optimizations.
2289 2290 2291 2292 2293 2294 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2289 class CatalogProperties < Struct.new( :data_lake_access_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#data_lake_access_properties ⇒ Types::DataLakeAccessProperties
A DataLakeAccessProperties
object that specifies properties to
configure data lake access for your catalog resource in the Glue
Data Catalog.
2289 2290 2291 2292 2293 2294 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2289 class CatalogProperties < Struct.new( :data_lake_access_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |