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 SourceEndpoint
The endpoint of your Elasticsearch domain.
Declaration
public readonly string Endpoint
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The unique identifier for the document you are storing.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Index
The Elasticsearch index where you want to store your data.
Declaration
public readonly string Index
Field Value
| Type | Description |
|---|---|
| System.String |
RoleArn
The IAM role ARN that has access to Elasticsearch.
Declaration
public readonly string RoleArn
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of document you are storing.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |