aws.securityhub.get_security_control_definition
Example SQL Queries
SELECT * FROMaws.securityhub.get_security_control_definitionWHERE"security_control_id" = 'VALUE';Description
Retrieves the definition of a security control. The definition includes the control title, description, Region availability, parameter definitions, and other details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| security_control_id Required Input Column The ID of the security control to retrieve the definition for. This field doesn’t accept an Amazon Resource Name (ARN). | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| security_control_definition Provides metadata for a security control, including its unique standard-agnostic identifier, title, description, severity, availability in Amazon Web Services Regions, and a link to remediation steps. | STRUCT( |
Show child fields
| |