Show / Hide Table of Contents

Class TopicRuleElasticsearch

Inheritance
System.Object
TopicRuleElasticsearch
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Iot.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleElasticsearch

Fields

View Source

Endpoint

The endpoint of your Elasticsearch domain.

Declaration
public readonly string Endpoint
Field Value
Type Description
System.String
View Source

Id

The unique identifier for the document you are storing.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Index

The Elasticsearch index where you want to store your data.

Declaration
public readonly string Index
Field Value
Type Description
System.String
View Source

RoleArn

The IAM role ARN that has access to Elasticsearch.

Declaration
public readonly string RoleArn
Field Value
Type Description
System.String
View Source

Type

The type of document you are storing.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.