Uses of Interface
software.amazon.awscdk.interfaces.iotsitewise.IAssetModelRef
Packages that use IAssetModelRef
Package
Description
AWS::IoTSiteWise Construct Library
-
Uses of IAssetModelRef in software.amazon.awscdk.interfaces.iotsitewise
Subinterfaces of IAssetModelRef in software.amazon.awscdk.interfaces.iotsitewiseModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAssetModelRef.Classes in software.amazon.awscdk.interfaces.iotsitewise that implement IAssetModelRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IAssetModelRef in software.amazon.awscdk.services.iotsitewise
Classes in software.amazon.awscdk.services.iotsitewise that implement IAssetModelRefModifier and TypeClassDescriptionclassCreates an asset model from specified property and hierarchy definitions.Methods in software.amazon.awscdk.services.iotsitewise that return IAssetModelRefModifier and TypeMethodDescriptionstatic IAssetModelRefCfnAssetModel.fromAssetModelArn(software.constructs.Construct scope, String id, String arn) Creates a new IAssetModelRef from an ARN.static IAssetModelRefCfnAssetModel.fromAssetModelId(software.constructs.Construct scope, String id, String assetModelId) Creates a new IAssetModelRef from a assetModelId.Methods in software.amazon.awscdk.services.iotsitewise with parameters of type IAssetModelRefModifier and TypeMethodDescriptionstatic StringCfnAssetModel.arnForAssetModel(IAssetModelRef resource) CfnAsset.Builder.assetModelId(IAssetModelRef assetModelId) The ID of the asset model from which to create the asset.CfnAssetProps.Builder.assetModelId(IAssetModelRef assetModelId) Sets the value ofCfnAssetProps.getAssetModelId()