AWSIoTAuditMitigationActionsTaskTarget
Objective-C
@interface AWSIoTAuditMitigationActionsTaskTarget
Swift
class AWSIoTAuditMitigationActionsTaskTarget
Used in MitigationActionParams, this information identifies the target findings to which the mitigation actions are applied. Only one entry appears.
-
Specifies a filter in the form of an audit check and set of reason codes that identify the findings from the audit to which the audit mitigation actions task apply.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSArray<NSString *> *> *_Nullable auditCheckToReasonCodeFilter;
Swift
var auditCheckToReasonCodeFilter: [String : [String]]? { get set }
-
If the task will apply a mitigation action to findings from a specific audit, this value uniquely identifies the audit.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable auditTaskId;
Swift
var auditTaskId: String? { get set }
-
If the task will apply a mitigation action to one or more listed findings, this value uniquely identifies those findings.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable findingIds;
Swift
var findingIds: [String]? { get set }