ListInsightsMetricDataRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of data points to return. Valid values are NonZeroData and FillWithZeros. The default is NonZeroData.

Link copied to clipboard

Specifies, in UTC, the end time for time-series data. The value specified is exclusive; results include data points up to the specified time stamp.

Link copied to clipboard

Conditionally required if the InsightType parameter is set to ApiErrorRateInsight.

Link copied to clipboard

The name of the event, typically the Amazon Web Services API on which unusual levels of activity were recorded.

Link copied to clipboard

The Amazon Web Services service to which the request was made, such as iam.amazonaws.com or s3.amazonaws.com.

Link copied to clipboard

The type of CloudTrail Insights event, which is either ApiCallRateInsight or ApiErrorRateInsight. The ApiCallRateInsight Insights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume. The ApiErrorRateInsight Insights type analyzes management API calls that result in error codes.

Link copied to clipboard

The maximum number of data points to return. Valid values are integers from 1 to 21600. The default value is 21600.

Link copied to clipboard

Returned if all datapoints can't be returned in a single call. For example, due to reaching MaxResults.

Link copied to clipboard
val period: Int?

Granularity of data to retrieve, in seconds. Valid values are 60, 300, and 3600. If you specify any other value, you will get an error. The default is 3600 seconds.

Link copied to clipboard

Specifies, in UTC, the start time for time-series data. The value specified is inclusive; results include data points with the specified time stamp.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String