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 CloudTrail access.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.CloudTrailDetails

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

Syntax

C#
public class CloudTrailDetails

The CloudTrailDetails type exposes the following members

Constructors

NameDescription
Public Method CloudTrailDetails()

Properties

NameTypeDescription
Public Property AccessRole System.String

Gets and sets the property AccessRole.

The ARN of the service role that IAM Access Analyzer uses to access your CloudTrail trail and service last accessed information.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp after this time are not considered to generate a policy. If this is not included in the request, the default value is the current time.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp before this time are not considered to generate a policy.

Public Property Trails System.Collections.Generic.List<Amazon.AccessAnalyzer.Model.Trail>

Gets and sets the property Trails.

A Trail object that contains settings for a trail.

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