Class TopicRuleDynamodbv2GetArgs
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 TopicRuleDynamodbv2GetArgs : ResourceArgs
Constructors
View SourceTopicRuleDynamodbv2GetArgs()
Declaration
public TopicRuleDynamodbv2GetArgs()
Properties
View SourcePutItem
Configuration block with DynamoDB Table to which the message will be written. Nested arguments below.
Declaration
public Input<TopicRuleDynamodbv2PutItemGetArgs> PutItem { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TopicRuleDynamodbv2PutItemGetArgs> |
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> |