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
-
#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
#catalog_properties ⇒ Types::CatalogProperties
A ‘CatalogProperties` object that specifies data lake access properties and other custom properties.
2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 |
# File 'lib/aws-sdk-glue/types.rb', line 2156 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions) 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.
2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 |
# File 'lib/aws-sdk-glue/types.rb', line 2156 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions) 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.
2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 |
# File 'lib/aws-sdk-glue/types.rb', line 2156 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions) 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.
2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 |
# File 'lib/aws-sdk-glue/types.rb', line 2156 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions) 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.
2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 |
# File 'lib/aws-sdk-glue/types.rb', line 2156 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions) 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.
2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 |
# File 'lib/aws-sdk-glue/types.rb', line 2156 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions) SENSITIVE = [] include Aws::Structure end |
#target_redshift_catalog ⇒ Types::TargetRedshiftCatalog
A ‘TargetRedshiftCatalog` object that describes a target catalog for resource linking.
2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 |
# File 'lib/aws-sdk-glue/types.rb', line 2156 class CatalogInput < Struct.new( :description, :federated_catalog, :parameters, :target_redshift_catalog, :catalog_properties, :create_table_default_permissions, :create_database_default_permissions) SENSITIVE = [] include Aws::Structure end |