standard
turbot/aws_compliance

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

NameTypeRequiredDescriptionDefault
region
string
YesAWS Region of the resource(s).-
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.-
vpc_id
string
YesThe VPC ID.-

Outputs

This pipeline has no outputs.

Tags

category = Compliance
folder = Internal
mod = aws
service = AWS/VPC