interface TopicRuleDestinationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.TopicRuleDestinationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#TopicRuleDestinationReference |
![]() | software.amazon.awscdk.services.iot.TopicRuleDestinationReference |
![]() | aws_cdk.aws_iot.TopicRuleDestinationReference |
![]() | aws-cdk-lib » 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 iot } from 'aws-cdk-lib';
const topicRuleDestinationReference: 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.