CreateInsightRequest
public struct CreateInsightRequest : 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 attribute used to group the findings for the insight. The grouping attribute 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 name of the custom insight to create.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(filters: AwsSecurityFindingFilters, groupByAttribute: String, name: String)
-
Declaration
Swift
public func validate(name: String) throws