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.

Container for the parameters to the CreateAnalyzer operation. Creates an analyzer for your account.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AccessAnalyzer.AmazonAccessAnalyzerRequest
      Amazon.AccessAnalyzer.Model.CreateAnalyzerRequest

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

Syntax

C#
public class CreateAnalyzerRequest : AmazonAccessAnalyzerRequest
         IAmazonWebServiceRequest

The CreateAnalyzerRequest type exposes the following members

Constructors

NameDescription
Public Method CreateAnalyzerRequest()

Properties

NameTypeDescription
Public Property AnalyzerName System.String

Gets and sets the property AnalyzerName.

The name of the analyzer to create.

Public Property ArchiveRules System.Collections.Generic.List<Amazon.AccessAnalyzer.Model.InlineArchiveRule>

Gets and sets the property ArchiveRules.

Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.

Public Property ClientToken System.String

Gets and sets the property ClientToken.

A client token.

Public Property Configuration Amazon.AccessAnalyzer.Model.AnalyzerConfiguration

Gets and sets the property Configuration.

Specifies the configuration of the analyzer. If the analyzer is an unused access analyzer, the specified scope of unused access is used for the configuration. If the analyzer is an external access analyzer, this field is not used.

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

Gets and sets the property Tags.

An array of key-value pairs to apply to the analyzer.

Public Property Type Amazon.AccessAnalyzer.Type

Gets and sets the property Type.

The type of analyzer to create. Only ACCOUNT, ORGANIZATION, ACCOUNT_UNUSED_ACCESS, and ORGANIZATION_UNUSED_ACCESS analyzers are supported. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.

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