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

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

Overview

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

<note markdown=“1”> The ‘Elasticsearch` action can only be used by existing rule actions. To create a new rule action or to update an existing rule action, use the `OpenSearch` rule action instead. For more information, see [OpenSearchAction].

</note>

[1]: docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The endpoint of your OpenSearch domain.

Returns:

  • (String)


6997
6998
6999
7000
7001
7002
7003
7004
7005
# File 'lib/aws-sdk-iot/types.rb', line 6997

class ElasticsearchAction < Struct.new(
  :role_arn,
  :endpoint,
  :index,
  :type,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the document you are storing.

Returns:

  • (String)


6997
6998
6999
7000
7001
7002
7003
7004
7005
# File 'lib/aws-sdk-iot/types.rb', line 6997

class ElasticsearchAction < Struct.new(
  :role_arn,
  :endpoint,
  :index,
  :type,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#indexString

The index where you want to store your data.

Returns:

  • (String)


6997
6998
6999
7000
7001
7002
7003
7004
7005
# File 'lib/aws-sdk-iot/types.rb', line 6997

class ElasticsearchAction < Struct.new(
  :role_arn,
  :endpoint,
  :index,
  :type,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The IAM role ARN that has access to OpenSearch.

Returns:

  • (String)


6997
6998
6999
7000
7001
7002
7003
7004
7005
# File 'lib/aws-sdk-iot/types.rb', line 6997

class ElasticsearchAction < Struct.new(
  :role_arn,
  :endpoint,
  :index,
  :type,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of document you are storing.

Returns:

  • (String)


6997
6998
6999
7000
7001
7002
7003
7004
7005
# File 'lib/aws-sdk-iot/types.rb', line 6997

class ElasticsearchAction < Struct.new(
  :role_arn,
  :endpoint,
  :index,
  :type,
  :id)
  SENSITIVE = []
  include Aws::Structure
end