AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about the analyzer.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.AnalyzerSummary

Namespace: Amazon.AccessAnalyzer.Model
Assembly: AWSSDK.AccessAnalyzer.dll
Version: 3.x.y.z

Syntax

C#
public class AnalyzerSummary

The AnalyzerSummary type exposes the following members

Constructors

NameDescription
Public Method AnalyzerSummary()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the analyzer.

Public Property Configuration Amazon.AccessAnalyzer.Model.AnalyzerConfiguration

Gets and sets the property Configuration.

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

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

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

Public Property LastResourceAnalyzed System.String

Gets and sets the property LastResourceAnalyzed.

The resource that was most recently analyzed by the analyzer.

Public Property LastResourceAnalyzedAt System.DateTime

Gets and sets the property LastResourceAnalyzedAt.

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

Public Property Name System.String

Gets and sets the property Name.

The name of the analyzer.

Public Property Status Amazon.AccessAnalyzer.AnalyzerStatus

Gets and sets the property Status.

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.

Public Property StatusReason Amazon.AccessAnalyzer.Model.StatusReason

Gets and sets the property StatusReason.

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.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags added to the analyzer.

Public Property Type Amazon.AccessAnalyzer.Type

Gets and sets the property Type.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5