AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the DescribeTrails operation. Retrieves settings for the trail associated with the current region for your account.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudTrail.AmazonCloudTrailRequest
      Amazon.CloudTrail.Model.DescribeTrailsRequest

Namespace: Amazon.CloudTrail.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribeTrailsRequest : AmazonCloudTrailRequest
         IRequestEvents

The DescribeTrailsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeTrailsRequest()

Properties

NameTypeDescription
Public Property IncludeShadowTrails System.Boolean Gets and sets the property IncludeShadowTrails.

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

Public Property TrailNameList System.Collections.Generic.List<System.String> Gets and sets the property TrailNameList.

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail. If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.
  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.
If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8