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 details about the CloudTrail trail being analyzed to generate a policy.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.TrailProperties

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

Syntax

C#
public class TrailProperties

The TrailProperties type exposes the following members

Constructors

NameDescription
Public Method TrailProperties()

Properties

NameTypeDescription
Public Property AllRegions System.Boolean

Gets and sets the property AllRegions.

Possible values are true or false. If set to true, IAM Access Analyzer retrieves CloudTrail data from all regions to analyze and generate a policy.

Public Property CloudTrailArn System.String

Gets and sets the property CloudTrailArn.

Specifies the ARN of the trail. The format of a trail ARN is arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail.

Public Property Regions System.Collections.Generic.List<System.String>

Gets and sets the property Regions.

A list of regions to get CloudTrail data from and analyze to generate 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