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.

Information about the topic rule destination.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.TopicRuleDestinationSummary

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

Syntax

C#
public class TopicRuleDestinationSummary

The TopicRuleDestinationSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The topic rule destination ARN.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

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

Public Property HttpUrlSummary Amazon.IoT.Model.HttpUrlDestinationSummary

Gets and sets the property HttpUrlSummary.

Information about 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.

The reason the topic rule destination is in the current status.

Public Property VpcDestinationSummary Amazon.IoT.Model.VpcDestinationSummary

Gets and sets the property VpcDestinationSummary.

Information about 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