Uses of Interface
software.amazon.awscdk.interfaces.iot.ITopicRuleRef
Packages that use ITopicRuleRef
Package
Description
AWS IoT Construct Library
-
Uses of ITopicRuleRef in software.amazon.awscdk.interfaces.iot
Subinterfaces of ITopicRuleRef in software.amazon.awscdk.interfaces.iotModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITopicRuleRef.Classes in software.amazon.awscdk.interfaces.iot that implement ITopicRuleRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ITopicRuleRef in software.amazon.awscdk.services.iot
Classes in software.amazon.awscdk.services.iot that implement ITopicRuleRefModifier and TypeClassDescriptionclassUse theAWS::IoT::TopicRuleresource to declare an AWS IoT rule.Methods in software.amazon.awscdk.services.iot that return ITopicRuleRefModifier and TypeMethodDescriptionstatic ITopicRuleRefCfnTopicRule.fromRuleName(software.constructs.Construct scope, String id, String ruleName) Creates a new ITopicRuleRef from a ruleName.static ITopicRuleRefCfnTopicRule.fromTopicRuleArn(software.constructs.Construct scope, String id, String arn) Creates a new ITopicRuleRef from an ARN.