AuditMitigationActionsTaskTarget

public struct AuditMitigationActionsTaskTarget : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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

    Swift

    public let auditCheckToReasonCodeFilter: [String : [String]]?
  • If the task will apply a mitigation action to findings from a specific audit, this value uniquely identifies the audit.

    Declaration

    Swift

    public let auditTaskId: String?
  • If the task will apply a mitigation action to one or more listed findings, this value uniquely identifies those findings.

    Declaration

    Swift

    public let findingIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(auditCheckToReasonCodeFilter: [String : [String]]? = nil, auditTaskId: String? = nil, findingIds: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws