You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::ElasticsearchAction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ElasticsearchAction as input to an Aws::Client method, you can use a vanilla Hash:

{
  role_arn: "AwsArn", # required
  endpoint: "ElasticsearchEndpoint", # required
  index: "ElasticsearchIndex", # required
  type: "ElasticsearchType", # required
  id: "ElasticsearchId", # required
}

Describes an action that writes data to an Amazon Elasticsearch Service domain.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The endpoint of your Elasticsearch domain.

Returns:

  • (String)

    The endpoint of your Elasticsearch domain.

#idString

The unique identifier for the document you are storing.

Returns:

  • (String)

    The unique identifier for the document you are storing.

#indexString

The Elasticsearch index where you want to store your data.

Returns:

  • (String)

    The Elasticsearch index where you want to store your data.

#role_arnString

The IAM role ARN that has access to Elasticsearch.

Returns:

  • (String)

    The IAM role ARN that has access to Elasticsearch.

#typeString

The type of document you are storing.

Returns:

  • (String)

    The type of document you are storing.