AWSIAMAccessAnalyzer
No description
type AWSIAMAccessAnalyzer {
region: String!
arn: String!
createdAt: DateTime!
name: String!
status: AWSIAMAccessAnalyzerStatusType!
lastResourceAnalyzed: String!
lastResourceAnalyzedAt: DateTime
statusReason: AWSIAMAccessAnalyzerStatusReason
tags: [AWSTag!]!
}
Fields
AWSIAMAccessAnalyzer.region ● String! non-null scalar
The name of the Amazon Web Services Region
AWSIAMAccessAnalyzer.arn ● String! non-null scalar
The Amazon Resource Name (ARN) of the analyzer
AWSIAMAccessAnalyzer.createdAt ● DateTime! non-null scalar
The created date/time
AWSIAMAccessAnalyzer.name ● String! non-null scalar
The name of the analyzer
AWSIAMAccessAnalyzer.status ● AWSIAMAccessAnalyzerStatusType! non-null enum
The status of the analyzer
AWSIAMAccessAnalyzer.lastResourceAnalyzed ● String! non-null scalar
The resource that was most recently analyzed by the analyzer
AWSIAMAccessAnalyzer.lastResourceAnalyzedAt ● DateTime scalar
The time at which the most recently analyzed resource was analyzed
AWSIAMAccessAnalyzer.statusReason ● AWSIAMAccessAnalyzerStatusReason object
Details about the current status of the analyzer
AWSIAMAccessAnalyzer.tags ● [AWSTag!]! non-null object
The tags of the analyzer
Member of
AWSIAM object