standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Create VPC Flow Log
Create VPC flow log.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_compliance.pipeline.create_vpc_flowlog \ --arg 'region=<string>' \ --arg 'conn=<connection.aws>' \ --arg 'vpc_id=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws_compliance.pipeline.create_vpc_flowlog args = { region = <string> conn = <connection.aws> vpc_id = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
region | string | Yes | AWS Region of the resource(s). | - |
conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | - |
vpc_id | string | Yes | The VPC ID. | - |
Outputs
This pipeline has no outputs.
Tags
category = Compliance
folder = Internal
mod = aws
service = AWS/VPC