AnalyzerSummary
public struct AnalyzerSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the analyzer.
Declaration
Swift
public let arn: String
-
A timestamp for the time at which the analyzer was created.
Declaration
Swift
public let createdAt: TimeStamp
-
The resource that was most recently analyzed by the analyzer.
Declaration
Swift
public let lastResourceAnalyzed: String?
-
The time at which the most recently analyzed resource was analyzed.
Declaration
Swift
public let lastResourceAnalyzedAt: TimeStamp?
-
The name of the analyzer.
Declaration
Swift
public let name: String
-
The status of the analyzer. An Active analyzer successfully monitors supported resources and generates new findings. The analyzer is Disabled when a user action, such as removing trusted access for IAM Access Analyzer from AWS Organizations, causes the analyzer to stop generating new findings. The status is Creating when the analyzer creation is in progress and Failed when the analyzer creation has failed.
Declaration
Swift
public let status: AnalyzerStatus
-
The statusReason provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a Failed status is displayed. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the AWS organization.
Declaration
Swift
public let statusReason: StatusReason?
-
The tags added to the analyzer.
Declaration
Swift
public let tags: [String : String]?
-
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
Declaration
Swift
public let type: Type
-
Undocumented
Declaration
Swift
public init(arn: String, createdAt: TimeStamp, lastResourceAnalyzed: String? = nil, lastResourceAnalyzedAt: TimeStamp? = nil, name: String, status: AnalyzerStatus, statusReason: StatusReason? = nil, tags: [String : String]? = nil, type: Type)