Class: Aws::Glue::Types::CatalogInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure that describes catalog properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_full_table_external_data_access ⇒ String
Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation.
-
#catalog_properties ⇒ Types::CatalogProperties
A ‘CatalogProperties` object that specifies data lake access properties and other custom properties.
-
#create_database_default_permissions ⇒ Array<Types::PrincipalPermissions>
An array of ‘PrincipalPermissions` objects.
-
#create_table_default_permissions ⇒ Array<Types::PrincipalPermissions>
An array of ‘PrincipalPermissions` objects.
-
#description ⇒ String
Description string, not more than 2048 bytes long, matching the URI address multi-line string pattern.
-
#federated_catalog ⇒ Types::FederatedCatalog
A ‘FederatedCatalog` object.
-
#parameters ⇒ Hash<String,String>
A map array of key-value pairs that define the parameters and properties of the catalog.
-
#target_redshift_catalog ⇒ Types::TargetRedshiftCatalog
A ‘TargetRedshiftCatalog` object that describes a target catalog for resource linking.
Instance Attribute Details
#allow_full_table_external_data_access ⇒ String
Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-glue/types.rb', line 2251 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions, :allow_full_table_external_data_access) SENSITIVE = [] include Aws::Structure end |
#catalog_properties ⇒ Types::CatalogProperties
A ‘CatalogProperties` object that specifies data lake access properties and other custom properties.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-glue/types.rb', line 2251 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions, :allow_full_table_external_data_access) SENSITIVE = [] include Aws::Structure end |
#create_database_default_permissions ⇒ Array<Types::PrincipalPermissions>
An array of ‘PrincipalPermissions` objects. Creates a set of default permissions on the database(s) for principals. Used by Amazon Web Services Lake Formation. Typically should be explicitly set as an empty list.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-glue/types.rb', line 2251 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions, :allow_full_table_external_data_access) SENSITIVE = [] include Aws::Structure end |
#create_table_default_permissions ⇒ Array<Types::PrincipalPermissions>
An array of ‘PrincipalPermissions` objects. Creates a set of default permissions on the table(s) for principals. Used by Amazon Web Services Lake Formation. Typically should be explicitly set as an empty list.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-glue/types.rb', line 2251 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions, :allow_full_table_external_data_access) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description string, not more than 2048 bytes long, matching the URI address multi-line string pattern. A description of the catalog.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-glue/types.rb', line 2251 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions, :allow_full_table_external_data_access) SENSITIVE = [] include Aws::Structure end |
#federated_catalog ⇒ Types::FederatedCatalog
A ‘FederatedCatalog` object. A `FederatedCatalog` structure that references an entity outside the Glue Data Catalog, for example a Redshift database.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-glue/types.rb', line 2251 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions, :allow_full_table_external_data_access) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
A map array of key-value pairs that define the parameters and properties of the catalog.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-glue/types.rb', line 2251 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions, :allow_full_table_external_data_access) SENSITIVE = [] include Aws::Structure end |
#target_redshift_catalog ⇒ Types::TargetRedshiftCatalog
A ‘TargetRedshiftCatalog` object that describes a target catalog for resource linking.
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-glue/types.rb', line 2251 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions, :allow_full_table_external_data_access) SENSITIVE = [] include Aws::Structure end |