enabled_controls_list_only
Lists enabled_controls in a region or regions, for all properties use enabled_controls
Overview
| Name | enabled_controls_list_only |
| Type | Resource |
| Description | Enables a control on a specified target. |
| Id | aws.controltower.enabled_controls_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
control_identifier | string | Arn of the control. |
target_identifier | string | Arn for Organizational unit to which the control needs to be applied |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all enabled_controls in a region.
SELECT
region,
target_identifier,
control_identifier
FROM aws.controltower.enabled_controls_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the enabled_controls_list_only resource, see enabled_controls