Builder

class Builder

Properties

Link copied to clipboard
var arn: String?

The ARN of the analyzer.

Link copied to clipboard

Specifies if the analyzer is an external access, unused access, or internal access analyzer. The GetAnalyzer action includes this property in its response if a configuration is specified, while the ListAnalyzers action omits it.

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
var name: String?

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

An array of key-value pairs applied to the analyzer. The key-value pairs consist of the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Link copied to clipboard
var type: Type?

The type represents the zone of trust or scope for the analyzer.

Functions

Link copied to clipboard