aws.controlcatalog.list_controls
Example SQL Queries
SELECT * FROMaws.controlcatalog.list_controls;Description
Returns a paginated list of all available controls in the Amazon Web Services Control Catalog library. Allows you to discover available controls. The list of controls is given as structures of type controlSummary. The ARN is returned in the global controlcatalog format, as shown in the examples.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| arn The Amazon Resource Name (ARN) of the control. | VARCHAR |
| description A description of the control, as it may appear in the console. Describes the functionality of the control. | VARCHAR |
| name The display name of the control. | VARCHAR |