AWSIoTAlertTarget

Objective-C

@interface AWSIoTAlertTarget

Swift

class AWSIoTAlertTarget

A structure containing the alert target ARN and the role ARN.

Required parameters: [alertTargetArn, roleArn]

  • The Amazon Resource Name (ARN) of the notification target to which alerts are sent.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable alertTargetArn;

    Swift

    var alertTargetArn: String? { get set }
  • The ARN of the role that grants permission to send alerts to the notification target.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable roleArn;

    Swift

    var roleArn: String? { get set }