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.

Describes a rule.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.TopicRuleListItem

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

Syntax

C#
public class TopicRuleListItem

The TopicRuleListItem type exposes the following members

Constructors

NameDescription
Public Method TopicRuleListItem()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The date and time the rule was created.

Public Property RuleArn System.String

Gets and sets the property RuleArn.

The rule ARN.

Public Property RuleDisabled System.Boolean

Gets and sets the property RuleDisabled.

Specifies whether the rule is disabled.

Public Property RuleName System.String

Gets and sets the property RuleName.

The name of the rule.

Public Property TopicPattern System.String

Gets and sets the property TopicPattern.

The pattern for the topic names that apply.

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