paws.management (version 0.1.0)

cloudtrail_start_logging: Starts the recording of AWS API calls and log file delivery for a trail

Description

Starts the recording of AWS 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.

Usage

cloudtrail_start_logging(Name)

Arguments

Name

[required] Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

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

Request syntax

svc$start_logging(
  Name = "string"
)