security_controls_list_only
Lists security_controls
in a region or regions, for all properties use security_controls
Overview
Name | security_controls_list_only |
Type | Resource |
Description | A security control in Security Hub describes a security best practice related to a specific resource. |
Id | aws.securityhub.security_controls_list_only |
Fields
Name | Datatype | Description |
---|---|---|
security_control_id | string | The unique identifier of a security control across standards. Values for this field typically consist of an AWS service name and a number, such as APIGateway.3. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all security_controls
in a region.
SELECT
region,
security_control_id
FROM aws.securityhub.security_controls_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the security_controls_list_only
resource, see security_controls