cloudtrail_get_trail_status: Returns a JSON-formatted list of information about the...

View source: R/cloudtrail_operations.R

cloudtrail_get_trail_statusR Documentation

Returns a JSON-formatted list of information about the specified trail

Description

Returns a JSON-formatted list of information about the specified trail. Fields include information on delivery errors, Amazon SNS and Amazon S3 errors, and start and stop logging times for each trail. This operation returns trail status from a single Region. To return trail status from all Regions, you must call the operation on each Region.

See https://www.paws-r-sdk.com/docs/cloudtrail_get_trail_status/ for full documentation.

Usage

cloudtrail_get_trail_status(Name)

Arguments

Name

[required] Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another Region), you must specify its ARN. The following is the format of a trail ARN.

arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.