AWSIoTDetectMitigationActionsTaskTarget

Objective-C

@interface AWSIoTDetectMitigationActionsTaskTarget

Swift

class AWSIoTDetectMitigationActionsTaskTarget

The target of a mitigation action task.

  • The name of the behavior.

    Declaration

    Objective-C

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

    Swift

    var behaviorName: String? { get set }
  • The name of the security profile.

    Declaration

    Objective-C

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

    Swift

    var securityProfileName: String? { get set }
  • The unique identifiers of the violations.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable violationIds;

    Swift

    var violationIds: [String]? { get set }