aws.codeguruprofiler.list_profile_times
Example SQL Queries
SELECT * FROMaws.codeguruprofiler.list_profile_timesWHERE"end_time" = 'VALUE'AND "period" = 'VALUE'AND "profiling_group_name" = 'VALUE'AND "start_time" = 'VALUE';Description
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
Table Definition
| Column Name | Column Data Type |
|---|---|
| end_time Required Input Column The end time of the time range from which to list the profiles. | TIMESTAMP_S |
| period Required Input Column The aggregation period. This specifies the period during which an aggregation profile collects posted agent profiles for a profiling group. There are 3 valid values.
| VARCHAR |
| profiling_group_name Required Input Column The name of the profiling group. | VARCHAR |
| start_time Required Input Column The start time of the time range from which to list the profiles. | TIMESTAMP_S |
| order_by Input Column The order (ascending or descending by start time of the profile) to use when listing profiles. Defaults to TIMESTAMP_DESCENDING. | 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
| |
| start The start time of a profile. It is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC. | TIMESTAMP_S |