AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A topic rule destination.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.TopicRuleDestination

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class TopicRuleDestination

The TopicRuleDestination type exposes the following members

Constructors

NameDescription
Public Method TopicRuleDestination()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The topic rule destination URL.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The date and time when the topic rule destination was created.

Public Property HttpUrlProperties Amazon.IoT.Model.HttpUrlDestinationProperties

Gets and sets the property HttpUrlProperties.

Properties of the HTTP URL.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The date and time when the topic rule destination was last updated.

Public Property Status Amazon.IoT.TopicRuleDestinationStatus

Gets and sets the property Status.

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.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

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

Public Property VpcProperties Amazon.IoT.Model.VpcDestinationProperties

Gets and sets the property VpcProperties.

Properties of the virtual private cloud (VPC) connection.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5