aws.codeguruprofiler.get_findings_report_account_summary
Example SQL Queries
SELECT * FROMaws.codeguruprofiler.get_findings_report_account_summary;Description
Returns a list of FindingsReportSummary objects that contain analysis results for all profiling groups in your AWS account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| daily_reports_only Input Column A Boolean value indicating whether to only return reports from daily profiles. If set to True, only analysis data from daily profiles is returned. If set to False, analysis data is returned from smaller time windows (for example, one hour). | BOOLEAN |
| max_results Input Column The maximum number of results returned by GetFindingsReportAccountSummary in paginated output. When this parameter is used, GetFindingsReportAccountSummary only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another GetFindingsReportAccountSummary request with the returned nextToken value. | BIGINT |
| next_token Input Column The nextToken value to include in a future GetFindingsReportAccountSummary request. When the results of a GetFindingsReportAccountSummary request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return. | 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
| |
| report_summaries The return list of FindingsReportSummary objects taht contain summaries of analysis results for all profiling groups in your AWS account. | STRUCT( |
Show child fields
| |