Class CfnInput.AttributeProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnInput.AttributeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInput.AttributeProperty
An implementation for CfnInput.AttributeProperty
  • 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(CfnInput.AttributeProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnInput.AttributeProperty.Builder.
  • Method Details

    • getJsonPath

      public final String getJsonPath()
      Description copied from interface: CfnInput.AttributeProperty
      An expression that specifies an attribute-value pair in a JSON structure.

      Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to AWS IoT Events ( BatchPutMessage ). Each such message contains a JSON payload. The attribute (and its paired value) specified here are available for use in the condition expressions used by detectors.

      Syntax: <field-name>.<field-name>...

      Specified by:
      getJsonPath in interface CfnInput.AttributeProperty
    • $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