library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Enable Security Hub

Enables AWS Security Hub.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.enable_security_hub \
--arg 'region=<string>' \
--arg 'enable_default_standards=<bool>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = aws.pipeline.enable_security_hub
args = {
region = <string>
enable_default_standards = <bool>
}
}

Params

NameTypeRequiredDescriptionDefault
region
string
YesThe name of the Region.-
conn
connection.aws
YesName of AWS connection to use. If not provided, the default AWS connection will be used.connection.aws.default
enable_default_standards
bool
YesWhether to enable the default standards.-

Outputs

NameDescription
security_hub_statusThe status after enabling Security Hub.