Class: Aws::Glue::Types::DatabaseInput

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

Overview

The structure used to create or update a database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_table_default_permissionsArray<Types::PrincipalPermissions>

Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.

Returns:



6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6821

class DatabaseInput < Struct.new(
  :name,
  :description,
  :location_uri,
  :parameters,
  :create_table_default_permissions,
  :target_database,
  :federated_database)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the database.

Returns:

  • (String)


6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6821

class DatabaseInput < Struct.new(
  :name,
  :description,
  :location_uri,
  :parameters,
  :create_table_default_permissions,
  :target_database,
  :federated_database)
  SENSITIVE = []
  include Aws::Structure
end

#federated_databaseTypes::FederatedDatabase

A FederatedDatabase structure that references an entity outside the Glue Data Catalog.



6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6821

class DatabaseInput < Struct.new(
  :name,
  :description,
  :location_uri,
  :parameters,
  :create_table_default_permissions,
  :target_database,
  :federated_database)
  SENSITIVE = []
  include Aws::Structure
end

#location_uriString

The location of the database (for example, an HDFS path).

Returns:

  • (String)


6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6821

class DatabaseInput < Struct.new(
  :name,
  :description,
  :location_uri,
  :parameters,
  :create_table_default_permissions,
  :target_database,
  :federated_database)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.

Returns:

  • (String)


6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6821

class DatabaseInput < Struct.new(
  :name,
  :description,
  :location_uri,
  :parameters,
  :create_table_default_permissions,
  :target_database,
  :federated_database)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,String>

These key-value pairs define parameters and properties of the database.

These key-value pairs define parameters and properties of the database.

Returns:

  • (Hash<String,String>)


6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6821

class DatabaseInput < Struct.new(
  :name,
  :description,
  :location_uri,
  :parameters,
  :create_table_default_permissions,
  :target_database,
  :federated_database)
  SENSITIVE = []
  include Aws::Structure
end

#target_databaseTypes::DatabaseIdentifier

A DatabaseIdentifier structure that describes a target database for resource linking.



6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6821

class DatabaseInput < Struct.new(
  :name,
  :description,
  :location_uri,
  :parameters,
  :create_table_default_permissions,
  :target_database,
  :federated_database)
  SENSITIVE = []
  include Aws::Structure
end