Class TopicRuleArgs
Inheritance
System.Object
TopicRuleArgs
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()
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleArgs : ResourceArgs
Constructors
View Source
TopicRuleArgs()
Declaration
Properties
View Source
CloudwatchAlarm
Declaration
public Input<TopicRuleCloudwatchAlarmArgs> CloudwatchAlarm { get; set; }
Property Value
View Source
CloudwatchMetric
Declaration
public Input<TopicRuleCloudwatchMetricArgs> CloudwatchMetric { get; set; }
Property Value
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
View Source
Dynamodbv2s
Declaration
public InputList<TopicRuleDynamodbv2Args> Dynamodbv2s { get; set; }
Property Value
View Source
Elasticsearch
Declaration
public Input<TopicRuleElasticsearchArgs> Elasticsearch { get; set; }
Property Value
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
View Source
IotAnalytics
Declaration
public InputList<TopicRuleIotAnalyticArgs> IotAnalytics { get; set; }
Property Value
View Source
IotEvents
Declaration
public InputList<TopicRuleIotEventArgs> IotEvents { get; set; }
Property Value
View Source
Kinesis
Declaration
public Input<TopicRuleKinesisArgs> Kinesis { get; set; }
Property Value
View Source
Lambda
Declaration
public Input<TopicRuleLambdaArgs> Lambda { get; set; }
Property Value
View Source
Name
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
View Source
S3
Declaration
public Input<TopicRuleS3Args> S3 { get; set; }
Property Value
View Source
Sns
Declaration
public Input<TopicRuleSnsArgs> Sns { get; set; }
Property Value
View Source
Sql
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
View Source
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|