BatchImportFindingsRequest
public struct BatchImportFindingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of findings to import. To successfully import a finding, it must follow the AWS Security Finding Format. Maximum of 100 findings per request.
Declaration
Swift
public let findings: [AwsSecurityFinding] -
Undocumented
Declaration
Swift
public init(findings: [AwsSecurityFinding]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
BatchImportFindingsRequest Structure Reference