interface TopicRuleDestinationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoT.TopicRuleDestinationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiot#TopicRuleDestinationReference |
Java | software.amazon.awscdk.interfaces.iot.TopicRuleDestinationReference |
Python | aws_cdk.interfaces.aws_iot.TopicRuleDestinationReference |
TypeScript | aws-cdk-lib » interfaces » aws_iot » TopicRuleDestinationReference |
A reference to a TopicRuleDestination resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as interfaces_aws_iot } from 'aws-cdk-lib/interfaces';
const topicRuleDestinationReference: interfaces_aws_iot.TopicRuleDestinationReference = {
topicRuleDestinationArn: 'topicRuleDestinationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| topic | string | The Arn of the TopicRuleDestination resource. |
topicRuleDestinationArn
Type:
string
The Arn of the TopicRuleDestination resource.

.NET
Go
Java
Python
TypeScript