aws.securityhub.list_security_control_definitions
Example SQL Queries
SELECT * FROMaws.securityhub.list_security_control_definitions;Description
Lists all of the security controls that apply to a specified standard.
Table Definition
| Column Name | Column Data Type |
|---|---|
| standards_arn Input Column The Amazon Resource Name (ARN) of the standard that you want to view controls for. | 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 |
| current_region_availability Specifies whether a security control is available in the current Amazon Web Services Region. | VARCHAR |
| customizable_properties Security control properties that you can customize. Currently, only parameter customization is supported for select controls. An empty array is returned for controls that don’t support custom properties. | VARCHAR[] |
Show child fields
| |
| description The description of a security control across standards. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. This parameter doesn't reference a specific standard. | VARCHAR |
| parameter_definitions An object that provides a security control parameter name, description, and the options for customizing it. This object is excluded for a control that doesn't support custom parameters. | MAP(VARCHAR, STRUCT( |
| remediation_url A link to Security Hub documentation that explains how to remediate a failed finding for a security control. | VARCHAR |
| security_control_id The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Servicesservice name and a number (for example, APIGateway.3). This parameter differs from SecurityControlArn, which is a unique Amazon Resource Name (ARN) assigned to a control. The ARN references the security control ID (for example, arn:aws:securityhub:eu-central-1:123456789012:security-control/APIGateway.3). | VARCHAR |
| severity_rating The severity of a security control. For more information about how Security Hub determines control severity, see Assigning severity to control findings in the Security Hub User Guide. | VARCHAR |
| title The title of a security control. | VARCHAR |