Show / Hide Table of Contents

Interface CfnComputationModel.IAssetModelPropertyBindingValueProperty

Contains information about an assetModelProperty binding value.

Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnComputationModel.IAssetModelPropertyBindingValueProperty
Syntax (vb)
Public Interface CfnComputationModel.IAssetModelPropertyBindingValueProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html

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 assetModelPropertyBindingValueProperty = new AssetModelPropertyBindingValueProperty {
                 AssetModelId = "assetModelId",
                 PropertyId = "propertyId"
             };

Synopsis

Properties

AssetModelId

The ID of the asset model, in UUID format.

PropertyId

The ID of the asset model property used in data binding value.

Properties

AssetModelId

The ID of the asset model, in UUID format.

string AssetModelId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-assetmodelid

PropertyId

The ID of the asset model property used in data binding value.

string PropertyId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-propertyid

Back to top Generated by DocFX