Command option Sample:aws cloudtrail create-trail

Search command sample in the internet.It is the result.

Creates a trail that specifies the settings for delivery of log datato an Amazon S3 bucket.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudtrail/create-trail.html

aws cloudtrail create-trail --name my-trail --s3-bucket-name my-bucket --is-multi-region-trail --enable-log-file-validation
    Overview for Creating a Trail - AWS CloudTrail : http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-create-and-update-a-trail-by-using-the-aws-cli.html
aws cloudtrail create-trail --name my-trail --s3-bucket-name my-bucket
    aws-cloudtrail-user-guide/cloudtrail-create-and-update-a-trail-by-using-the-aws-cli.md at master 揃 awsdocs/aws-cloudtrail-user-guide 揃 GitHub : http://github.com/awsdocs/aws-cloudtrail-user-guide/blob/master/doc_source/cloudtrail-create-and-update-a-trail-by-using-the-aws-cli.md
aws cloudtrail create-trail \
    How to Detect and Automatically Remediate Unintended Permissions in Amazon S3 Object ACLs with CloudWatch Events | Noise : http://noise.getoto.net/2017/01/27/how-to-detect-and-automatically-remediate-unintended-permissions-in-amazon-s3-object-acls-with-cloudwatch-events/
aws cloudtrail create-trail \u003cspan class=\
    [JAWS-UG CLI] CloudTrail:#1 CloudTrail入門 (+ SNS通知テスト) : http://qiita.com/tcsh/items/126569e61f0dfaea4b1d
aws cloudtrail create-trail --region=eu-central-1
    (SEC318) AWS CloudTrail Deep Dive : http://www.slideshare.net/AmazonWebServices/sec318-aws-cloudtrail-deep-dive
aws CloudTrail create-trail --name my-lab-trail --s3-bucket-name ykm-CloudTrail-bucket

aws のオプション一覧