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 a summary of information about an access preview.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.AccessPreviewSummary

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

Syntax

C#
public class AccessPreviewSummary

The AccessPreviewSummary type exposes the following members

Constructors

NameDescription
Public Method AccessPreviewSummary()

Properties

NameTypeDescription
Public Property AnalyzerArn System.String

Gets and sets the property AnalyzerArn.

The ARN of the analyzer used to generate the access preview.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time at which the access preview was created.

Public Property Id System.String

Gets and sets the property Id.

The unique ID for the access preview.

Public Property Status Amazon.AccessAnalyzer.AccessPreviewStatus

Gets and sets the property Status.

The status of the access preview.

  • Creating - The access preview creation is in progress.

  • Completed - The access preview is complete and previews the findings for external access to the resource.

  • Failed - The access preview creation has failed.

Public Property StatusReason Amazon.AccessAnalyzer.Model.AccessPreviewStatusReason

Gets and sets the property StatusReason.

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