aws.cloudtrail.get_trail
Example SQL Queries
SELECT * FROMaws.cloudtrail.get_trailWHERE"name" = 'VALUE';Description
Returns settings information for a specified trail.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name or the Amazon Resource Name (ARN) of the trail for which you want to retrieve settings information. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| trail The settings for a trail. | STRUCT( |
Show child fields
| |