Show / Hide Table of Contents

Class CfnComputationModel.AssetModelPropertyBindingValueProperty

Contains information about an assetModelProperty binding value.

Inheritance
object
CfnComputationModel.AssetModelPropertyBindingValueProperty
Implements
CfnComputationModel.IAssetModelPropertyBindingValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnComputationModel.AssetModelPropertyBindingValueProperty : CfnComputationModel.IAssetModelPropertyBindingValueProperty
Syntax (vb)
Public Class CfnComputationModel.AssetModelPropertyBindingValueProperty Implements 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

Constructors

AssetModelPropertyBindingValueProperty()

Contains information about an assetModelProperty binding value.

Properties

AssetModelId

The ID of the asset model, in UUID format.

PropertyId

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

Constructors

AssetModelPropertyBindingValueProperty()

Contains information about an assetModelProperty binding value.

public AssetModelPropertyBindingValueProperty()
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"
             };

Properties

AssetModelId

The ID of the asset model, in UUID format.

public string AssetModelId { get; set; }
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.

public string PropertyId { get; set; }
Property Value

string

Remarks

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

Implements

CfnComputationModel.IAssetModelPropertyBindingValueProperty
Back to top Generated by DocFX