AWSIoTSqsAction
Objective-C
@interface AWSIoTSqsAction
Swift
class AWSIoTSqsAction
Describes an action to publish data to an Amazon SQS queue.
Required parameters: [roleArn, queueUrl]
-
The URL of the Amazon SQS queue.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queueUrl;
Swift
var queueUrl: String? { get set }
-
The ARN of the IAM role that grants access.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;
Swift
var roleArn: String? { get set }
-
Specifies whether to use Base64 encoding.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable useBase64;
Swift
var useBase64: NSNumber? { get set }