Class: Aws::OpenSearchService::Types::DirectQueryDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DirectQueryDataSource
- 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
-
#data_source_arn ⇒ String
The unique, system-generated identifier that represents the data source.
-
#data_source_name ⇒ String
A unique, user-defined label to identify the data source within your OpenSearch Service environment.
-
#data_source_type ⇒ Types::DirectQueryDataSourceType
The supported Amazon Web Services service that is used as the source for direct queries in OpenSearch Service.
-
#description ⇒ String
A description that provides additional context and details about the data source.
-
#open_search_arns ⇒ Array<String>
A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source.
-
#tag_list ⇒ Array<Types::Tag>
A list of tags attached to a direct query data source.
Instance Attribute Details
#data_source_arn ⇒ String
The unique, system-generated identifier that represents the data source.
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_name ⇒ String
A unique, user-defined label to identify the data source within your OpenSearch Service environment.
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_type ⇒ Types::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 |
#description ⇒ String
A description that provides additional context and details about the data source.
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_arns ⇒ Array<String>
A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source.
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_list ⇒ Array<Types::Tag>
A list of tags attached to a direct query data source.
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 |