AWSIoTSecurityProfileTarget
Objective-C
@interface AWSIoTSecurityProfileTarget
Swift
class AWSIoTSecurityProfileTarget
A target to which an alert is sent when a security profile behavior is violated.
Required parameters: [arn]
-
The ARN of the security profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }