Skip to main content

enabled_control_tags

Expands all tag keys and values for enabled_controls in a region

Overview

Nameenabled_control_tags
TypeResource
DescriptionEnables a control on a specified target.
Idaws.controltower.enabled_control_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all enabled_controls in a region.

SELECT
region,
control_identifier,
target_identifier,
parameters,
tag_key,
tag_value
FROM aws.controltower.enabled_control_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the enabled_control_tags resource, see enabled_controls