FindingFilter
public struct FindingFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the agentId property of the Finding data type.
Declaration
Swift
public let agentIds: [String]?
-
For a record to match a filter, the list of values that are specified for this data type property must be contained in the list of values of the attributes property of the Finding data type.
Declaration
Swift
public let attributes: [Attribute]?
-
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the autoScalingGroup property of the Finding data type.
Declaration
Swift
public let autoScalingGroups: [String]?
-
The time range during which the finding is generated.
Declaration
Swift
public let creationTimeRange: TimestampRange?
-
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the ruleName property of the Finding data type.
Declaration
Swift
public let ruleNames: [String]?
-
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the rulesPackageArn property of the Finding data type.
Declaration
Swift
public let rulesPackageArns: [String]?
-
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the severity property of the Finding data type.
Declaration
Swift
public let severities: [Severity]?
-
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the userAttributes property of the Finding data type.
Declaration
Swift
public let userAttributes: [Attribute]?
-
init(agentIds:attributes:autoScalingGroups:creationTimeRange:ruleNames:rulesPackageArns:severities:userAttributes:)
Undocumented
Declaration
Swift
public init(agentIds: [String]? = nil, attributes: [Attribute]? = nil, autoScalingGroups: [String]? = nil, creationTimeRange: TimestampRange? = nil, ruleNames: [String]? = nil, rulesPackageArns: [String]? = nil, severities: [Severity]? = nil, userAttributes: [Attribute]? = nil)
-
Declaration
Swift
public func validate(name: String) throws