library
turbot/aws
Get Involved
Version
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
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 |
enable_default_standards | bool | Yes | Whether to enable the default standards. | - |
Outputs
Name | Description |
---|---|
security_hub_status | The status after enabling Security Hub. |