AnalyzerSummary

Contains information about the analyzer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN of the analyzer.

Link copied to clipboard

Specifies whether the analyzer is an external access or unused access analyzer.

Link copied to clipboard

A timestamp for the time at which the analyzer was created.

Link copied to clipboard

The resource that was most recently analyzed by the analyzer.

Link copied to clipboard

The time at which the most recently analyzed resource was analyzed.

Link copied to clipboard

The name of the analyzer.

Link copied to clipboard

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 Identity and Access Management Access Analyzer from 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.

Link copied to clipboard

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 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 Amazon Web Services organization.

Link copied to clipboard

The tags added to the analyzer.

Link copied to clipboard
val type: Type

The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.

Functions

Link copied to clipboard
inline fun copy(block: AnalyzerSummary.Builder.() -> Unit = {}): AnalyzerSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String