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 an access preview.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.AccessPreview

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

Syntax

C#
public class AccessPreview

The AccessPreview type exposes the following members

Constructors

NameDescription
Public Method AccessPreview()

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 Configurations System.Collections.Generic.Dictionary<System.String, Amazon.AccessAnalyzer.Model.Configuration>

Gets and sets the property Configurations.

A map of resource ARNs for the proposed resource configuration.

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. You can preview 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.

Provides more details about the current status of the access preview.

For example, if the creation of the access preview fails, a Failed status is returned. This failure can be due to an internal issue with the analysis or due to an invalid resource configuration.

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