String alarmName
The descriptive name for the alarm.
Date timestamp
The time stamp for the alarm history item.
String historyItemType
The type of alarm history item.
String historySummary
A summary of the alarm history, in text format.
String historyData
Data about the alarm, in JSON format.
Date timestamp
The time stamp used for the data point.
Double sampleCount
The number of metric values that contributed to the aggregate value of this data point.
Double average
The average of the metric values that correspond to the data point.
Double sum
The sum of the metric values for the data point.
Double minimum
The minimum metric value for the data point.
Double maximum
The maximum metric value for the data point.
String unit
The standard unit for the data point.
Map<K,V> extendedStatistics
The percentile statistic for the data point.
com.amazonaws.internal.SdkInternalList<T> alarmNames
The alarms to be deleted.
String alarmName
The name of the alarm.
String historyItemType
The type of alarm histories to retrieve.
Date startDate
The starting date to retrieve alarm history.
Date endDate
The ending date to retrieve alarm history.
Integer maxRecords
The maximum number of alarm history records to retrieve.
String nextToken
The token returned by a previous call to indicate that there is more data available.
com.amazonaws.internal.SdkInternalList<T> alarmHistoryItems
The alarm histories, in JSON format.
String nextToken
The token that marks the start of the next batch of returned results.
String metricName
The name of the metric.
String namespace
The namespace of the metric.
String statistic
The statistic for the metric, other than percentiles. For percentile statistics, use
ExtendedStatistics
.
String extendedStatistic
The percentile statistic for the metric. Specify a value between p0.0 and p100.
com.amazonaws.internal.SdkInternalList<T> dimensions
The dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the call to succeed.
Integer period
The period, in seconds, over which the statistic is applied.
String unit
The unit for the metric.
com.amazonaws.internal.SdkInternalList<T> metricAlarms
The information for each alarm with the specified metric.
com.amazonaws.internal.SdkInternalList<T> alarmNames
The names of the alarms.
String alarmNamePrefix
The alarm name prefix. You cannot specify AlarmNames
if this parameter is specified.
String stateValue
The state value to be used in matching alarms.
String actionPrefix
The action name prefix.
Integer maxRecords
The maximum number of alarm descriptions to retrieve.
String nextToken
The token returned by a previous call to indicate that there is more data available.
com.amazonaws.internal.SdkInternalList<T> metricAlarms
The information for the specified alarms.
String nextToken
The token that marks the start of the next batch of returned results.
com.amazonaws.internal.SdkInternalList<T> alarmNames
The names of the alarms.
com.amazonaws.internal.SdkInternalList<T> alarmNames
The names of the alarms.
String namespace
The namespace of the metric, with or without spaces.
String metricName
The name of the metric, with or without spaces.
com.amazonaws.internal.SdkInternalList<T> dimensions
The dimensions. CloudWatch treats each unique combination of dimensions as a separate metric. You can't retrieve statistics using combinations of dimensions that were not specially published. You must specify the same dimensions that were used when the metrics were created. For an example, see Dimension Combinations in the Amazon CloudWatch User Guide.
Date startTime
The time stamp that determines the first data point to return. Note that start times are evaluated relative to the time that CloudWatch receives the request.
The value specified is inclusive; results include data points with the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z).
CloudWatch rounds the specified time stamp as follows:
Start time less than 15 days ago - Round down to the nearest whole minute. For example, 12:32:34 is rounded down to 12:32:00.
Start time between 15 and 63 days ago - Round down to the nearest 5-minute clock interval. For example, 12:32:34 is rounded down to 12:30:00.
Start time greater than 63 days ago - Round down to the nearest 1-hour clock interval. For example, 12:32:34 is rounded down to 12:00:00.
Date endTime
The time stamp that determines the last data point to return.
The value specified is exclusive; results will include data points up to the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).
Integer period
The granularity, in seconds, of the returned data points. A period can be as short as one minute (60 seconds) and must be a multiple of 60. The default value is 60.
If the StartTime
parameter specifies a time stamp that is greater than 15 days ago, you must specify
the period as follows or no data points in that time range is returned:
Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes).
Start time greater than 63 days ago - Use a multiple of 3600 seconds (1 hour).
com.amazonaws.internal.SdkInternalList<T> statistics
The metric statistics, other than percentile. For percentile statistics, use ExtendedStatistic
.
com.amazonaws.internal.SdkInternalList<T> extendedStatistics
The percentile statistics. Specify values between p0.0 and p100.
String unit
The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.
String label
A label for the specified metric.
com.amazonaws.internal.SdkInternalList<T> datapoints
The data points for the specified metric.
String namespace
The namespace to filter against.
String metricName
The name of the metric to filter against.
com.amazonaws.internal.SdkInternalList<T> dimensions
The dimensions to filter against.
String nextToken
The token returned by a previous call to indicate that there is more data available.
com.amazonaws.internal.SdkInternalList<T> metrics
The metrics.
String nextToken
The token that marks the start of the next batch of returned results.
String namespace
The namespace of the metric.
String metricName
The name of the metric.
com.amazonaws.internal.SdkInternalList<T> dimensions
The dimensions for the metric.
String alarmName
The name of the alarm.
String alarmArn
The Amazon Resource Name (ARN) of the alarm.
String alarmDescription
The description of the alarm.
Date alarmConfigurationUpdatedTimestamp
The time stamp of the last update to the alarm configuration.
Boolean actionsEnabled
Indicates whether actions should be executed during any changes to the alarm state.
com.amazonaws.internal.SdkInternalList<T> oKActions
The actions to execute when this alarm transitions to the OK
state from any other state. Each action
is specified as an Amazon Resource Name (ARN).
com.amazonaws.internal.SdkInternalList<T> alarmActions
The actions to execute when this alarm transitions to the ALARM
state from any other state. Each
action is specified as an Amazon Resource Name (ARN).
com.amazonaws.internal.SdkInternalList<T> insufficientDataActions
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA
state from any other
state. Each action is specified as an Amazon Resource Name (ARN).
String stateValue
The state value for the alarm.
String stateReason
An explanation for the alarm state, in text format.
String stateReasonData
An explanation for the alarm state, in JSON format.
Date stateUpdatedTimestamp
The time stamp of the last update to the alarm state.
String metricName
The name of the metric associated with the alarm.
String namespace
The namespace of the metric associated with the alarm.
String statistic
The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use
ExtendedStatistic
.
String extendedStatistic
The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.
com.amazonaws.internal.SdkInternalList<T> dimensions
The dimensions for the metric associated with the alarm.
Integer period
The period, in seconds, over which the statistic is applied.
String unit
The unit of the metric associated with the alarm.
Integer evaluationPeriods
The number of periods over which data is compared to the specified threshold.
Double threshold
The value to compare with the specified statistic.
String comparisonOperator
The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
String metricName
The name of the metric.
com.amazonaws.internal.SdkInternalList<T> dimensions
The dimensions associated with the metric.
Date timestamp
The time the metric data was received, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
Double value
The value for the metric.
Although the parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (for example, NaN, +Infinity, -Infinity) are not supported.
StatisticSet statisticValues
The statistical values for the metric.
String unit
The unit of the metric.
String alarmName
The name for the alarm. This name must be unique within the AWS account.
String alarmDescription
The description for the alarm.
Boolean actionsEnabled
Indicates whether actions should be executed during any changes to the alarm state.
com.amazonaws.internal.SdkInternalList<T> oKActions
The actions to execute when this alarm transitions to an OK
state from any other state. Each action
is specified as an Amazon Resource Name (ARN).
Valid Values: arn:aws:automate:region:ec2:stop | arn:aws:automate:region:ec2:terminate | arn:aws:automate:region:ec2:recover
Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0
com.amazonaws.internal.SdkInternalList<T> alarmActions
The actions to execute when this alarm transitions to the ALARM
state from any other state. Each
action is specified as an Amazon Resource Name (ARN).
Valid Values: arn:aws:automate:region:ec2:stop | arn:aws:automate:region:ec2:terminate | arn:aws:automate:region:ec2:recover
Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0
com.amazonaws.internal.SdkInternalList<T> insufficientDataActions
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA
state from any other
state. Each action is specified as an Amazon Resource Name (ARN).
Valid Values: arn:aws:automate:region:ec2:stop | arn:aws:automate:region:ec2:terminate | arn:aws:automate:region:ec2:recover
Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0
String metricName
The name for the metric associated with the alarm.
String namespace
The namespace for the metric associated with the alarm.
String statistic
The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use
ExtendedStatistic
.
String extendedStatistic
The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.
com.amazonaws.internal.SdkInternalList<T> dimensions
The dimensions for the metric associated with the alarm.
Integer period
The period, in seconds, over which the specified statistic is applied.
String unit
The unit of measure for the statistic. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.
If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, the Amazon CloudWatch
alarm can get stuck in the INSUFFICIENT DATA
state.
Integer evaluationPeriods
The number of periods over which data is compared to the specified threshold.
Double threshold
The value against which the specified statistic is compared.
String comparisonOperator
The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
String namespace
The namespace for the metric data.
You cannot specify a namespace that begins with "AWS/". Namespaces that begin with "AWS/" are reserved for use by Amazon Web Services products.
com.amazonaws.internal.SdkInternalList<T> metricData
The data for the metric.
String alarmName
The name for the alarm. This name must be unique within the AWS account. The maximum length is 255 characters.
String stateValue
The value of the state.
String stateReason
The reason that this alarm is set to this specific state, in text format.
String stateReasonData
The reason that this alarm is set to this specific state, in JSON format.
Copyright © 2017. All rights reserved.