AnalyzerSummary
Contains information about the analyzer.
Contents
- arn
-
The ARN of the analyzer.
Type: String
Pattern:
[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:analyzer/.{1,255}
Required: Yes
- createdAt
-
A timestamp for the time at which the analyzer was created.
Type: Timestamp
Required: Yes
- name
-
The name of the analyzer.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[A-Za-z][A-Za-z0-9_.-]*
Required: Yes
- status
-
The status of the analyzer. An
Active
analyzer successfully monitors supported resources and generates new findings. The analyzer isDisabled
when a user action, such as removing trusted access for AWS Identity and Access Management Access Analyzer from AWS Organizations, causes the analyzer to stop generating new findings. The status isCreating
when the analyzer creation is in progress andFailed
when the analyzer creation has failed.Type: String
Valid Values:
ACTIVE | CREATING | DISABLED | FAILED
Required: Yes
- type
-
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
Type: String
Valid Values:
ACCOUNT | ORGANIZATION | ACCOUNT_UNUSED_ACCESS | ORGANIZATION_UNUSED_ACCESS
Required: Yes
- configuration
-
Specifies whether the analyzer is an external access or unused access analyzer.
Type: AnalyzerConfiguration object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- lastResourceAnalyzed
-
The resource that was most recently analyzed by the analyzer.
Type: String
Required: No
- lastResourceAnalyzedAt
-
The time at which the most recently analyzed resource was analyzed.
Type: Timestamp
Required: No
- statusReason
-
The
statusReason
provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, aFailed
status is returned. 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.Type: StatusReason object
Required: No
-
The tags added to the analyzer.
Type: String to string map
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: