paws.management (version 0.1.0)

cloudtrail_delete_trail: Deletes a trail

Description

Deletes a trail. This operation must be called from the region in which the trail was created. DeleteTrail cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions.

Usage

cloudtrail_delete_trail(Name)

Arguments

Name

[required] Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

Request syntax

svc$delete_trail(
  Name = "string"
)