Show / Hide Table of Contents

Class TopicRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TopicRuleArgs
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 TopicRuleArgs : ResourceArgs

Constructors

View Source

TopicRuleArgs()

Declaration
public TopicRuleArgs()

Properties

View Source

CloudwatchAlarm

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

CloudwatchMetric

Declaration
public Input<TopicRuleCloudwatchMetricArgs> CloudwatchMetric { get; set; }
Property Value
Type Description
Input<TopicRuleCloudwatchMetricArgs>
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<TopicRuleDynamodbArgs> Dynamodb { get; set; }
Property Value
Type Description
Input<TopicRuleDynamodbArgs>
View Source

Dynamodbv2s

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

Elasticsearch

Declaration
public Input<TopicRuleElasticsearchArgs> Elasticsearch { get; set; }
Property Value
Type Description
Input<TopicRuleElasticsearchArgs>
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<TopicRuleFirehoseArgs> Firehose { get; set; }
Property Value
Type Description
Input<TopicRuleFirehoseArgs>
View Source

IotAnalytics

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

IotEvents

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

Kinesis

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

Lambda

Declaration
public Input<TopicRuleLambdaArgs> Lambda { get; set; }
Property Value
Type Description
Input<TopicRuleLambdaArgs>
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<TopicRuleRepublishArgs> Republish { get; set; }
Property Value
Type Description
Input<TopicRuleRepublishArgs>
View Source

S3

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

Sns

Declaration
public Input<TopicRuleSnsArgs> Sns { get; set; }
Property Value
Type Description
Input<TopicRuleSnsArgs>
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<TopicRuleSqsArgs> Sqs { get; set; }
Property Value
Type Description
Input<TopicRuleSqsArgs>
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.