Class: Aws::AppSync::Types::ElasticsearchDataSourceConfig

Inherits:
Struct
  • Object
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 Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionString

The Amazon Web Services Region.

Returns:

  • (String)


1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1970

class ElasticsearchDataSourceConfig < Struct.new(
  :endpoint,
  :aws_region)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The endpoint.

Returns:

  • (String)


1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1970

class ElasticsearchDataSourceConfig < Struct.new(
  :endpoint,
  :aws_region)
  SENSITIVE = []
  include Aws::Structure
end