AWSIoTSigV4Authorization
Objective-C
@interface AWSIoTSigV4Authorization
Swift
class AWSIoTSigV4Authorization
For more information, see Signature Version 4 signing process.
Required parameters: [signingRegion, serviceName, roleArn]
-
The ARN of the signing role.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;
Swift
var roleArn: String? { get set }
-
The service name to use while signing with Sig V4.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable serviceName;
Swift
var serviceName: String? { get set }
-
The signing region.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable signingRegion;
Swift
var signingRegion: String? { get set }