aws.wellarchitected.list_profiles
Example SQL Queries
SELECT * FROMaws.wellarchitected.list_profiles;Description
List profiles.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return for this request. | BIGINT |
| next_token Input Column The token to use to retrieve the next set of results. | VARCHAR |
| profile_name_prefix Input Column An optional string added to the beginning of each profile name returned in the results. | VARCHAR |
| profile_owner_type Input Column Profile owner type. | 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 |
| profile_summaries Profile summaries. | STRUCT( |
Show child fields
| |