AWSIoTSalesforceAction
Objective-C
@interface AWSIoTSalesforceAction
Swift
class AWSIoTSalesforceAction
Describes an action to write a message to a Salesforce IoT Cloud Input Stream.
Required parameters: [token, url]
-
The token used to authenticate access to the Salesforce IoT Cloud Input Stream. The token is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable token;
Swift
var token: String? { get set }
-
The URL exposed by the Salesforce IoT Cloud Input Stream. The URL is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable url;
Swift
var url: String? { get set }