Skip to main content

enabled_controls_list_only

Lists enabled_controls in a region or regions, for all properties use enabled_controls

Overview

Nameenabled_controls_list_only
TypeResource
DescriptionEnables a control on a specified target.
Idaws.controltower.enabled_controls_list_only

Fields

NameDatatypeDescription
control_identifierstringArn of the control.
target_identifierstringArn for Organizational unit to which the control needs to be applied
parametersarrayParameters to configure the enabled control behavior.
tagsarrayA set of tags to assign to the enabled control.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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