Show / Hide Table of Contents

Interface CfnTopicRule.IOpenSearchActionProperty

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

Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTopicRule.IOpenSearchActionProperty
Syntax (vb)
Public Interface CfnTopicRule.IOpenSearchActionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.IoT;

             var openSearchActionProperty = new OpenSearchActionProperty {
                 Endpoint = "endpoint",
                 Id = "id",
                 Index = "index",
                 RoleArn = "roleArn",
                 Type = "type"
             };

Synopsis

Properties

Endpoint

The endpoint of your OpenSearch domain.

Id

The unique identifier for the document you are storing.

Index

The OpenSearch index where you want to store your data.

RoleArn

The IAM role ARN that has access to OpenSearch.

Type

The type of document you are storing.

Properties

Endpoint

The endpoint of your OpenSearch domain.

string Endpoint { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html#cfn-iot-topicrule-opensearchaction-endpoint

Id

The unique identifier for the document you are storing.

string Id { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html#cfn-iot-topicrule-opensearchaction-id

Index

The OpenSearch index where you want to store your data.

string Index { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html#cfn-iot-topicrule-opensearchaction-index

RoleArn

The IAM role ARN that has access to OpenSearch.

string RoleArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html#cfn-iot-topicrule-opensearchaction-rolearn

Type

The type of document you are storing.

string Type { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-opensearchaction.html#cfn-iot-topicrule-opensearchaction-type

Back to top Generated by DocFX