cloudtrail_start_logging: Starts the recording of Amazon Web Services API calls and log...

View source: R/cloudtrail_operations.R

cloudtrail_start_loggingR Documentation

Starts the recording of Amazon Web Services API calls and log file delivery for a trail

Description

Starts the recording of Amazon Web Services API calls and log file delivery for a trail. For a trail that is enabled in all Regions, this operation must be called from the Region in which the trail was created. This operation cannot be called on the shadow trails (replicated trails in other Regions) of a trail that is enabled in all Regions.

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

Usage

cloudtrail_start_logging(Name)

Arguments

Name

[required] Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs Amazon Web Services API calls. 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.