Class TopicRuleDynamodbv2Args
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()
Namespace: Pulumi.Aws.Iot.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleDynamodbv2Args : ResourceArgs
Constructors
View SourceTopicRuleDynamodbv2Args()
Declaration
public TopicRuleDynamodbv2Args()
Properties
View SourcePutItem
Configuration block with DynamoDB Table to which the message will be written. Nested arguments below.
Declaration
public Input<TopicRuleDynamodbv2PutItemArgs> PutItem { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TopicRuleDynamodbv2PutItemArgs> |
RoleArn
The IAM role ARN that allows access to the CloudWatch alarm.
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |