Interface IAssetModelReference
A reference to a AssetModel resource.
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAssetModelReference
Syntax (vb)
Public Interface IAssetModelReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTSiteWise;
var assetModelReference = new AssetModelReference {
AssetModelArn = "assetModelArn",
AssetModelId = "assetModelId"
};
Synopsis
Properties
| AssetModelArn | The ARN of the AssetModel resource. |
| AssetModelId | The AssetModelId of the AssetModel resource. |
Properties
AssetModelArn
The ARN of the AssetModel resource.
string AssetModelArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
AssetModelId
The AssetModelId of the AssetModel resource.
string AssetModelId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated