Show / Hide Table of Contents

Class TopicRuleElasticsearchArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TopicRuleElasticsearchArgs
Inherited Members
ResourceArgs.Empty
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 Source

TopicRuleElasticsearchArgs()

Declaration
public TopicRuleElasticsearchArgs()

Properties

View Source

Endpoint

The endpoint of your Elasticsearch domain.

Declaration
public Input<string> Endpoint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Id

The unique identifier for the document you are storing.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

RoleArn

The IAM role ARN that has access to Elasticsearch.

Declaration
public Input<string> RoleArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of document you are storing.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.