Class: Aws::OpenSearchService::Types::DirectQueryDataSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

The configuration details for a data source that can be directly queried.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_arnString

The unique, system-generated identifier that represents the data source.

Returns:

  • (String)


3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3047

class DirectQueryDataSource < Struct.new(
  :data_source_name,
  :data_source_type,
  :description,
  :open_search_arns,
  :data_source_arn,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_nameString

A unique, user-defined label to identify the data source within your OpenSearch Service environment.

Returns:

  • (String)


3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3047

class DirectQueryDataSource < Struct.new(
  :data_source_name,
  :data_source_type,
  :description,
  :open_search_arns,
  :data_source_arn,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_typeTypes::DirectQueryDataSourceType

The supported Amazon Web Services service that is used as the source for direct queries in OpenSearch Service.



3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3047

class DirectQueryDataSource < Struct.new(
  :data_source_name,
  :data_source_type,
  :description,
  :open_search_arns,
  :data_source_arn,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description that provides additional context and details about the data source.

Returns:

  • (String)


3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3047

class DirectQueryDataSource < Struct.new(
  :data_source_name,
  :data_source_type,
  :description,
  :open_search_arns,
  :data_source_arn,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#open_search_arnsArray<String>

A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source.

Returns:

  • (Array<String>)


3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3047

class DirectQueryDataSource < Struct.new(
  :data_source_name,
  :data_source_type,
  :description,
  :open_search_arns,
  :data_source_arn,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#tag_listArray<Types::Tag>

A list of tags attached to a direct query data source.

Returns:



3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3047

class DirectQueryDataSource < Struct.new(
  :data_source_name,
  :data_source_type,
  :description,
  :open_search_arns,
  :data_source_arn,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end