Uses of Interface
software.amazon.awscdk.interfaces.iotsitewise.IComputationModelRef
Packages that use IComputationModelRef
Package
Description
AWS::IoTSiteWise Construct Library
-
Uses of IComputationModelRef in software.amazon.awscdk.interfaces.iotsitewise
Subinterfaces of IComputationModelRef in software.amazon.awscdk.interfaces.iotsitewiseModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIComputationModelRef.Classes in software.amazon.awscdk.interfaces.iotsitewise that implement IComputationModelRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IComputationModelRef in software.amazon.awscdk.services.iotsitewise
Classes in software.amazon.awscdk.services.iotsitewise that implement IComputationModelRefModifier and TypeClassDescriptionclassCreate a computation model with a configuration and data binding.Methods in software.amazon.awscdk.services.iotsitewise that return IComputationModelRefModifier and TypeMethodDescriptionstatic IComputationModelRefCfnComputationModel.fromComputationModelArn(software.constructs.Construct scope, String id, String arn) Creates a new IComputationModelRef from an ARN.static IComputationModelRefCfnComputationModel.fromComputationModelId(software.constructs.Construct scope, String id, String computationModelId) Creates a new IComputationModelRef from a computationModelId.