IotSiteWiseAction
public struct IotSiteWiseAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of asset property value entries.
Declaration
Swift
public let putAssetPropertyValueEntries: [PutAssetPropertyValueEntry]
-
The ARN of the role that grants AWS IoT permission to send an asset property value to AWS IoTSiteWise. (“Action”: “iotsitewise:BatchPutAssetPropertyValue”). The trust policy can restrict access to specific asset hierarchy paths.
Declaration
Swift
public let roleArn: String
-
Undocumented
Declaration
Swift
public init(putAssetPropertyValueEntries: [PutAssetPropertyValueEntry], roleArn: String)
-
Declaration
Swift
public func validate(name: String) throws