Class CfnAlarmModel.DynamoDBv2Property.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.CfnAlarmModel.DynamoDBv2Property.Jsii$Proxy
All Implemented Interfaces:
CfnAlarmModel.DynamoDBv2Property, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnAlarmModel.DynamoDBv2Property

@Stability(Stable) @Internal public static final class CfnAlarmModel.DynamoDBv2Property.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAlarmModel.DynamoDBv2Property
An implementation for CfnAlarmModel.DynamoDBv2Property
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnAlarmModel.DynamoDBv2Property.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnAlarmModel.DynamoDBv2Property.Builder.
  • Method Details

    • getTableName

      public final String getTableName()
      Description copied from interface: CfnAlarmModel.DynamoDBv2Property
      The name of the DynamoDB table.
      Specified by:
      getTableName in interface CfnAlarmModel.DynamoDBv2Property
    • getPayload

      public final Object getPayload()
      Description copied from interface: CfnAlarmModel.DynamoDBv2Property
      Information needed to configure the payload.

      By default, AWS IoT Events generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the detector model instance and the event triggered the action. To configure the action payload, you can use contentExpression .

      Specified by:
      getPayload in interface CfnAlarmModel.DynamoDBv2Property
    • $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