Package com.pulumi.aws.iot.outputs
Class TopicRuleErrorActionDynamodbv2PutItem
- java.lang.Object
-
- com.pulumi.aws.iot.outputs.TopicRuleErrorActionDynamodbv2PutItem
-
public final class TopicRuleErrorActionDynamodbv2PutItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TopicRuleErrorActionDynamodbv2PutItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicRuleErrorActionDynamodbv2PutItem.Builder
builder()
static TopicRuleErrorActionDynamodbv2PutItem.Builder
builder(TopicRuleErrorActionDynamodbv2PutItem defaults)
java.lang.String
tableName()
-
-
-
Method Detail
-
tableName
public java.lang.String tableName()
- Returns:
- The name of the DynamoDB table.
-
builder
public static TopicRuleErrorActionDynamodbv2PutItem.Builder builder()
-
builder
public static TopicRuleErrorActionDynamodbv2PutItem.Builder builder(TopicRuleErrorActionDynamodbv2PutItem defaults)
-
-