Show / Hide Table of Contents

Class CfnAssetModelPropsMixin.AttributeProperty

Contains an asset attribute property.

Inheritance
object
CfnAssetModelPropsMixin.AttributeProperty
Implements
CfnAssetModelPropsMixin.IAttributeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTSiteWise.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAssetModelPropsMixin.AttributeProperty : CfnAssetModelPropsMixin.IAttributeProperty
Syntax (vb)
Public Class CfnAssetModelPropsMixin.AttributeProperty Implements CfnAssetModelPropsMixin.IAttributeProperty
Remarks

For more information, see Attributes in the AWS IoT SiteWise User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-attribute.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.Mixins.Preview.AWS.IoTSiteWise.Mixins;

             var attributeProperty = new AttributeProperty {
                 DefaultValue = "defaultValue"
             };

Synopsis

Constructors

AttributeProperty()

Contains an asset attribute property.

Properties

DefaultValue

The default value of the asset model property attribute.

Constructors

AttributeProperty()

Contains an asset attribute property.

public AttributeProperty()
Remarks

For more information, see Attributes in the AWS IoT SiteWise User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-attribute.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.Mixins.Preview.AWS.IoTSiteWise.Mixins;

             var attributeProperty = new AttributeProperty {
                 DefaultValue = "defaultValue"
             };

Properties

DefaultValue

The default value of the asset model property attribute.

public string? DefaultValue { get; set; }
Property Value

string

Remarks

All assets that you create from the asset model contain this attribute value. You can update an attribute's value after you create an asset. For more information, see Updating attribute values in the AWS IoT SiteWise User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-attribute.html#cfn-iotsitewise-assetmodel-attribute-defaultvalue

Implements

CfnAssetModelPropsMixin.IAttributeProperty
Back to top Generated by DocFX