Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudtrail_list_trails

Lists trails that are in the current account


Description

Lists trails that are in the current account.

Usage

cloudtrail_list_trails(NextToken)

Arguments

NextToken

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

Value

A list with the following syntax:

list(
  Trails = list(
    list(
      TrailARN = "string",
      Name = "string",
      HomeRegion = "string"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_trails(
  NextToken = "string"
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.