Show / Hide Table of Contents

Class TopicRuleState

Inheritance
System.Object
InputArgs
ResourceArgs
TopicRuleState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleState : ResourceArgs

Constructors

View Source

TopicRuleState()

Declaration
public TopicRuleState()

Properties

View Source

Arn

The ARN of the topic rule

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

CloudwatchAlarm

Declaration
public Input<TopicRuleCloudwatchAlarmGetArgs> CloudwatchAlarm { get; set; }
Property Value
Type Description
Input<TopicRuleCloudwatchAlarmGetArgs>
View Source

CloudwatchMetric

Declaration
public Input<TopicRuleCloudwatchMetricGetArgs> CloudwatchMetric { get; set; }
Property Value
Type Description
Input<TopicRuleCloudwatchMetricGetArgs>
View Source

Description

The description of the rule.

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

Dynamodb

Declaration
public Input<TopicRuleDynamodbGetArgs> Dynamodb { get; set; }
Property Value
Type Description
Input<TopicRuleDynamodbGetArgs>
View Source

Dynamodbv2s

Declaration
public InputList<TopicRuleDynamodbv2GetArgs> Dynamodbv2s { get; set; }
Property Value
Type Description
InputList<TopicRuleDynamodbv2GetArgs>
View Source

Elasticsearch

Declaration
public Input<TopicRuleElasticsearchGetArgs> Elasticsearch { get; set; }
Property Value
Type Description
Input<TopicRuleElasticsearchGetArgs>
View Source

Enabled

Specifies whether the rule is enabled.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Firehose

Declaration
public Input<TopicRuleFirehoseGetArgs> Firehose { get; set; }
Property Value
Type Description
Input<TopicRuleFirehoseGetArgs>
View Source

IotAnalytics

Declaration
public InputList<TopicRuleIotAnalyticGetArgs> IotAnalytics { get; set; }
Property Value
Type Description
InputList<TopicRuleIotAnalyticGetArgs>
View Source

IotEvents

Declaration
public InputList<TopicRuleIotEventGetArgs> IotEvents { get; set; }
Property Value
Type Description
InputList<TopicRuleIotEventGetArgs>
View Source

Kinesis

Declaration
public Input<TopicRuleKinesisGetArgs> Kinesis { get; set; }
Property Value
Type Description
Input<TopicRuleKinesisGetArgs>
View Source

Lambda

Declaration
public Input<TopicRuleLambdaGetArgs> Lambda { get; set; }
Property Value
Type Description
Input<TopicRuleLambdaGetArgs>
View Source

Name

The name of the rule.

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

Republish

Declaration
public Input<TopicRuleRepublishGetArgs> Republish { get; set; }
Property Value
Type Description
Input<TopicRuleRepublishGetArgs>
View Source

S3

Declaration
public Input<TopicRuleS3GetArgs> S3 { get; set; }
Property Value
Type Description
Input<TopicRuleS3GetArgs>
View Source

Sns

Declaration
public Input<TopicRuleSnsGetArgs> Sns { get; set; }
Property Value
Type Description
Input<TopicRuleSnsGetArgs>
View Source

Sql

The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference (http://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html#aws-iot-sql-reference) in the AWS IoT Developer Guide.

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

SqlVersion

The version of the SQL rules engine to use when evaluating the rule.

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

Sqs

Declaration
public Input<TopicRuleSqsGetArgs> Sqs { get; set; }
Property Value
Type Description
Input<TopicRuleSqsGetArgs>
View Source

Tags

Key-value map of resource tags

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