Show / Hide Table of Contents

Class TopicRuleDestinationReference

A reference to a TopicRuleDestination resource.

Inheritance
object
TopicRuleDestinationReference
Implements
ITopicRuleDestinationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TopicRuleDestinationReference : ITopicRuleDestinationReference
Syntax (vb)
Public Class TopicRuleDestinationReference Implements ITopicRuleDestinationReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.IoT;

            var topicRuleDestinationReference = new TopicRuleDestinationReference {
                TopicRuleDestinationArn = "topicRuleDestinationArn"
            };

Synopsis

Constructors

TopicRuleDestinationReference()

A reference to a TopicRuleDestination resource.

Properties

TopicRuleDestinationArn

The Arn of the TopicRuleDestination resource.

Constructors

TopicRuleDestinationReference()

A reference to a TopicRuleDestination resource.

public TopicRuleDestinationReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.IoT;

            var topicRuleDestinationReference = new TopicRuleDestinationReference {
                TopicRuleDestinationArn = "topicRuleDestinationArn"
            };

Properties

TopicRuleDestinationArn

The Arn of the TopicRuleDestination resource.

public string TopicRuleDestinationArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ITopicRuleDestinationReference
Back to top Generated by DocFX