ElasticsearchDataSourceConfig — AWS SDK for Ruby V3 (original) (raw)
Class: Aws::AppSync::Types::ElasticsearchDataSourceConfig
Inherits:
Struct
- Object
- Struct
- Aws::AppSync::Types::ElasticsearchDataSourceConfig show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Describes an OpenSearch data source configuration.
As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. For new data sources, use OpenSearchServiceDataSourceConfig to specify an OpenSearch data source.
Constant Summarycollapse
SENSITIVE =
[]
Instance Attribute Summary collapse
- #aws_region ⇒ String
The Amazon Web Services Region. - #endpoint ⇒ String
The endpoint.
Instance Attribute Details
#aws_region ⇒ String
The Amazon Web Services Region.
2365 2366 2367 2368 2369 2370 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2365 class ElasticsearchDataSourceConfig < Struct.new( :endpoint, :aws_region) SENSITIVE = [] include Aws::Structure end |
---|
#endpoint ⇒ String
2365 2366 2367 2368 2369 2370 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2365 class ElasticsearchDataSourceConfig < Struct.new( :endpoint, :aws_region) SENSITIVE = [] include Aws::Structure end |
---|