interface TopicRuleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.TopicRuleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#TopicRuleReference |
![]() | software.amazon.awscdk.services.iot.TopicRuleReference |
![]() | aws_cdk.aws_iot.TopicRuleReference |
![]() | aws-cdk-lib » aws_iot » TopicRuleReference |
A reference to a TopicRule 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 topicRuleReference: iot.TopicRuleReference = {
ruleName: 'ruleName',
topicRuleArn: 'topicRuleArn',
};
Properties
Name | Type | Description |
---|---|---|
rule | string | The RuleName of the TopicRule resource. |
topic | string | The ARN of the TopicRule resource. |
ruleName
Type:
string
The RuleName of the TopicRule resource.
topicRuleArn
Type:
string
The ARN of the TopicRule resource.