aws.controlcatalog.list_objectives
Example SQL Queries
SELECT * FROMaws.controlcatalog.list_objectives;Description
Returns a paginated list of objectives from the Amazon Web Services Control Catalog.
You can apply an optional filter to see the objectives that belong to a specific domain. If you don’t provide a filter, the operation returns all objectives.
Table Definition
| Column Name | Column Data Type |
|---|---|
| objective_filter Input Column An optional filter that narrows the results to a specific domain. This filter allows you to specify one domain ARN at a time. Passing multiple ARNs in the ObjectiveFilter isn’t currently supported. | STRUCT( |
Show child fields
| |
| _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) that identifies the objective. | VARCHAR |
| create_time The time when the objective was created. | TIMESTAMP_S |
| description The description of the objective. | VARCHAR |
| domain The domain that the objective belongs to. | STRUCT( |
Show child fields
| |
| last_update_time The time when the objective was most recently updated. | TIMESTAMP_S |
| name The name of the objective. | VARCHAR |