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 StartPolicyGeneration operation. Starts the policy generation request.

Inheritance Hierarchy

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

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

Syntax

C#
public class StartPolicyGenerationRequest : AmazonAccessAnalyzerRequest
         IAmazonWebServiceRequest

The StartPolicyGenerationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect.

If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.

Public Property CloudTrailDetails Amazon.AccessAnalyzer.Model.CloudTrailDetails

Gets and sets the property CloudTrailDetails.

A CloudTrailDetails object that contains details about a Trail that you want to analyze to generate policies.

Public Property PolicyGenerationDetails Amazon.AccessAnalyzer.Model.PolicyGenerationDetails

Gets and sets the property PolicyGenerationDetails.

Contains the ARN of the IAM entity (user or role) for which you are generating a policy.

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