Class CfnTopicRuleDestinationProps.Jsii$Proxy

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

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

    • getHttpUrlProperties

      public final Object getHttpUrlProperties()
      Description copied from interface: CfnTopicRuleDestinationProps
      Properties of the HTTP URL.
      Specified by:
      getHttpUrlProperties in interface CfnTopicRuleDestinationProps
    • getStatus

      public final String getStatus()
      Description copied from interface: CfnTopicRuleDestinationProps
      • IN_PROGRESS - A topic rule destination was created but has not been confirmed.

      You can set status to IN_PROGRESS by calling UpdateTopicRuleDestination . Calling UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your confirmation endpoint.

      • ENABLED - Confirmation was completed, and traffic to this destination is allowed. You can set status to DISABLED by calling UpdateTopicRuleDestination .
      • DISABLED - Confirmation was completed, and traffic to this destination is not allowed. You can set status to ENABLED by calling UpdateTopicRuleDestination .
      • ERROR - Confirmation could not be completed; for example, if the confirmation timed out. You can call GetTopicRuleDestination for details about the error. You can set status to IN_PROGRESS by calling UpdateTopicRuleDestination . Calling UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your confirmation endpoint.
      Specified by:
      getStatus in interface CfnTopicRuleDestinationProps
    • getVpcProperties

      public final Object getVpcProperties()
      Description copied from interface: CfnTopicRuleDestinationProps
      Properties of the virtual private cloud (VPC) connection.
      Specified by:
      getVpcProperties in interface CfnTopicRuleDestinationProps
    • $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