AWSIoTAuditNotificationTarget
Objective-C
@interface AWSIoTAuditNotificationTarget
Swift
class AWSIoTAuditNotificationTarget
Information about the targets to which audit notifications are sent.
-
True if notifications to the target are enabled.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;Swift
var enabled: NSNumber? { get set } -
The ARN of the role that grants permission to send notifications to the target.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;Swift
var roleArn: String? { get set } -
The ARN of the target (SNS topic) to which audit notifications are sent.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable targetArn;Swift
var targetArn: String? { get set }
View on GitHub
Install in Dash
AWSIoTAuditNotificationTarget Class Reference