Class TopicRuleElasticsearchArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleElasticsearchArgs : ResourceArgs
Constructors
View SourceTopicRuleElasticsearchArgs()
Declaration
public TopicRuleElasticsearchArgs()
Properties
View SourceEndpoint
The endpoint of your Elasticsearch domain.
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
The unique identifier for the document you are storing.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Index
The Elasticsearch index where you want to store your data.
Declaration
public Input<string> Index { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleArn
The IAM role ARN that has access to Elasticsearch.
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of document you are storing.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |