library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

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
regionstringYesThe name of the Region.-
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
enable_default_standardsboolYesWhether to enable the default standards.-

Outputs

NameDescription
security_hub_statusThe status after enabling Security Hub.