TopicRuleDynamodbv2Args

data class TopicRuleDynamodbv2Args(val putItem: Output<TopicRuleDynamodbv2PutItemArgs>? = null, val roleArn: Output<String>) : ConvertibleToJava<TopicRuleDynamodbv2Args>

Constructors

Link copied to clipboard
constructor(putItem: Output<TopicRuleDynamodbv2PutItemArgs>? = null, roleArn: Output<String>)

Properties

Link copied to clipboard

Configuration block with DynamoDB Table to which the message will be written. Nested arguments below.

Link copied to clipboard
val roleArn: Output<String>

The ARN of the IAM role that grants access to the DynamoDB table.

Functions

Link copied to clipboard
open override fun toJava(): TopicRuleDynamodbv2Args