enabled_control_tags
Expands all tag keys and values for enabled_controls
in a region
Overview
Name | enabled_control_tags |
Type | Resource |
Description | Enables a control on a specified target. |
Id | aws.controltower.enabled_control_tags |
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 |
parameters | array | Parameters to configure the enabled control behavior. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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