Class: Aws::Kendra::Types::DatabaseConfiguration

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

Overview

Provides the configuration information to an Amazon Kendra supported database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acl_configurationTypes::AclConfiguration

Information about the database column that provides information for user context filtering.



3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3180

class DatabaseConfiguration < Struct.new(
  :database_engine_type,
  :connection_configuration,
  :vpc_configuration,
  :column_configuration,
  :acl_configuration,
  :sql_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#column_configurationTypes::ColumnConfiguration

Information about where the index should get the document information from the database.



3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3180

class DatabaseConfiguration < Struct.new(
  :database_engine_type,
  :connection_configuration,
  :vpc_configuration,
  :column_configuration,
  :acl_configuration,
  :sql_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#connection_configurationTypes::ConnectionConfiguration

Configuration information that's required to connect to a database.



3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3180

class DatabaseConfiguration < Struct.new(
  :database_engine_type,
  :connection_configuration,
  :vpc_configuration,
  :column_configuration,
  :acl_configuration,
  :sql_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#database_engine_typeString

The type of database engine that runs the database.

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3180

class DatabaseConfiguration < Struct.new(
  :database_engine_type,
  :connection_configuration,
  :vpc_configuration,
  :column_configuration,
  :acl_configuration,
  :sql_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#sql_configurationTypes::SqlConfiguration

Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.



3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3180

class DatabaseConfiguration < Struct.new(
  :database_engine_type,
  :connection_configuration,
  :vpc_configuration,
  :column_configuration,
  :acl_configuration,
  :sql_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Provides the configuration information to connect to an Amazon VPC.



3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3180

class DatabaseConfiguration < Struct.new(
  :database_engine_type,
  :connection_configuration,
  :vpc_configuration,
  :column_configuration,
  :acl_configuration,
  :sql_configuration)
  SENSITIVE = []
  include Aws::Structure
end