Uses of Interface
software.amazon.awscdk.interfaces.iot.ICommandRef
Packages that use ICommandRef
Package
Description
AWS IoT Construct Library
-
Uses of ICommandRef in software.amazon.awscdk.interfaces.iot
Subinterfaces of ICommandRef in software.amazon.awscdk.interfaces.iotModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICommandRef.Classes in software.amazon.awscdk.interfaces.iot that implement ICommandRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ICommandRef in software.amazon.awscdk.services.iot
Classes in software.amazon.awscdk.services.iot that implement ICommandRefModifier and TypeClassDescriptionclassRepresents the resource definition of AWS IoT Command.Methods in software.amazon.awscdk.services.iot that return ICommandRefModifier and TypeMethodDescriptionstatic ICommandRefCfnCommand.fromCommandArn(software.constructs.Construct scope, String id, String arn) Creates a new ICommandRef from an ARN.static ICommandRefCfnCommand.fromCommandId(software.constructs.Construct scope, String id, String commandId) Creates a new ICommandRef from a commandId.