aws.controltower.get_enabled_control
Example SQL Queries
SELECT * FROMaws.controltower.get_enabled_controlWHERE"enabled_control_identifier" = 'VALUE';Description
Retrieves details about an enabled control. For usage examples, see the Controls Reference Guide .
Table Definition
| Column Name | Column Data Type |
|---|---|
| enabled_control_identifier Required Input Column The controlIdentifier of the enabled control. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| enabled_control_details Information about the enabled control. | STRUCT( |
Show child fields
| |