Class CfnTopicRule.DynamoDBv2ActionProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.DynamoDBv2ActionProperty.Jsii$Proxy
All Implemented Interfaces:
CfnTopicRule.DynamoDBv2ActionProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnTopicRule.DynamoDBv2ActionProperty

@Stability(Stable) @Internal public static final class CfnTopicRule.DynamoDBv2ActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTopicRule.DynamoDBv2ActionProperty
  • Constructor Details

  • Method Details

    • getPutItem

      public final Object getPutItem()
      Description copied from interface: CfnTopicRule.DynamoDBv2ActionProperty
      Specifies the DynamoDB table to which the message data will be written. For example:.

      { "dynamoDBv2": { "roleArn": "aws:iam:12341251:my-role" "putItem": { "tableName": "my-table" } } }

      Each attribute in the message payload will be written to a separate column in the DynamoDB database.

      Specified by:
      getPutItem in interface CfnTopicRule.DynamoDBv2ActionProperty
    • getRoleArn

      public final String getRoleArn()
      Description copied from interface: CfnTopicRule.DynamoDBv2ActionProperty
      The ARN of the IAM role that grants access to the DynamoDB table.
      Specified by:
      getRoleArn in interface CfnTopicRule.DynamoDBv2ActionProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object