Class TopicRuleDestinationReference
A reference to a TopicRuleDestination resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated