GetThreatIntelSetResponse
public struct GetThreatIntelSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The format of the threatIntelSet.
Declaration
Swift
public let format: ThreatIntelSetFormat
-
The URI of the file that contains the ThreatIntelSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
Declaration
Swift
public let location: String
-
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
Declaration
Swift
public let name: String
-
The status of threatIntelSet file uploaded.
Declaration
Swift
public let status: ThreatIntelSetStatus
-
The tags of the threat list resource.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(format: ThreatIntelSetFormat, location: String, name: String, status: ThreatIntelSetStatus, tags: [String : String]? = nil)