library
turbot/aws
Get Involved
Version
Pipeline: Start CloudTrail Trail logging
Start logging into the bucket.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws.pipeline.start_cloudtrail_trail_logging \  --arg 'region=<string>' \  --arg 'name=<string>'Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" {  pipeline = aws.pipeline.start_cloudtrail_trail_logging    args = {    region = <string>    name = <string>  }}Params
| Name | Type | Required | Description | Default | 
|---|---|---|---|---|
| region | string  | Yes | The name of the Region. | - | 
| conn | connection.aws  | Yes | Name of AWS connection to use. If not provided, the default AWS connection will be used. | connection.aws.default | 
| name | string  | Yes | The name of the trail. | - | 
Outputs
This pipeline has no outputs.