Class TopicRuleState
Inheritance
System.Object
TopicRuleState
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 TopicRuleState : ResourceArgs
Constructors
View Source
TopicRuleState()
Declaration
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
View Source
CloudwatchMetric
Declaration
public Input<TopicRuleCloudwatchMetricGetArgs> 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<TopicRuleDynamodbGetArgs> Dynamodb { get; set; }
Property Value
View Source
Dynamodbv2s
Declaration
public InputList<TopicRuleDynamodbv2GetArgs> Dynamodbv2s { get; set; }
Property Value
View Source
Elasticsearch
Declaration
public Input<TopicRuleElasticsearchGetArgs> 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<TopicRuleFirehoseGetArgs> Firehose { get; set; }
Property Value
View Source
IotAnalytics
Declaration
public InputList<TopicRuleIotAnalyticGetArgs> IotAnalytics { get; set; }
Property Value
View Source
IotEvents
Declaration
public InputList<TopicRuleIotEventGetArgs> IotEvents { get; set; }
Property Value
View Source
Kinesis
Declaration
public Input<TopicRuleKinesisGetArgs> Kinesis { get; set; }
Property Value
View Source
Lambda
Declaration
public Input<TopicRuleLambdaGetArgs> 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<TopicRuleRepublishGetArgs> Republish { get; set; }
Property Value
View Source
S3
Declaration
public Input<TopicRuleS3GetArgs> S3 { get; set; }
Property Value
View Source
Sns
Declaration
public Input<TopicRuleSnsGetArgs> 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<TopicRuleSqsGetArgs> 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> |
|