IotAnalyticsAction
public struct IotAnalyticsAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
Declaration
Swift
public let channelArn: String?
-
The name of the IoT Analytics channel to which message data will be sent.
Declaration
Swift
public let channelName: String?
-
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).
Declaration
Swift
public let roleArn: String?
-
Undocumented
Declaration
Swift
public init(channelArn: String? = nil, channelName: String? = nil, roleArn: String? = nil)