You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::TopicRuleDestination

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The topic rule destination URL.

Returns:

  • (String)

    The topic rule destination URL.

#http_url_propertiesTypes::HttpUrlDestinationProperties

Properties of the HTTP URL.

Returns:

#statusString

The status of the topic rule destination. Valid values are:

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.

Possible values:

  • ENABLED
  • IN_PROGRESS
  • DISABLED
  • ERROR

Returns:

  • (String)

    The status of the topic rule destination.

#status_reasonString

Additional details or reason why the topic rule destination is in the current status.

Returns:

  • (String)

    Additional details or reason why the topic rule destination is in the current status.