Insight
public struct Insight : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One or more attributes used to filter the findings included in the insight. The insight only includes findings that match the criteria defined in the filters.
Declaration
Swift
public let filters: AwsSecurityFindingFilters
-
The grouping attribute for the insight’s findings. Indicates how to group the matching findings, and identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.
Declaration
Swift
public let groupByAttribute: String
-
The ARN of a Security Hub insight.
Declaration
Swift
public let insightArn: String
-
The name of a Security Hub insight.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(filters: AwsSecurityFindingFilters, groupByAttribute: String, insightArn: String, name: String)