PutAssetPropertyValueEntry

public struct PutAssetPropertyValueEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the asset to update.

    Declaration

    Swift

    public let assetId: String?
  • The user specified ID for the entry. You can use this ID to identify which entries failed.

    Declaration

    Swift

    public let entryId: String
  • The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the AWS IoT SiteWise User Guide.

    Declaration

    Swift

    public let propertyAlias: String?
  • The ID of the asset property for this entry.

    Declaration

    Swift

    public let propertyId: String?
  • The list of property values to upload. You can specify up to 10 propertyValues array elements.

    Declaration

    Swift

    public let propertyValues: [AssetPropertyValue]
  • Undocumented

    Declaration

    Swift

    public init(assetId: String? = nil, entryId: String, propertyAlias: String? = nil, propertyId: String? = nil, propertyValues: [AssetPropertyValue])
  • Declaration

    Swift

    public func validate(name: String) throws