Insight Horizon
global affairs /

describe_alarms_for_metric - Boto3 1.34.88 documentation

{ 'MetricAlarms': [ { 'AlarmName': 'string', 'AlarmArn': 'string', 'AlarmDescription': 'string', 'AlarmConfigurationUpdatedTimestamp': datetime(2015, 1, 1), 'ActionsEnabled': True|False, 'OKActions': [ 'string', ], 'AlarmActions': [ 'string', ], 'InsufficientDataActions': [ 'string', ], 'StateValue': 'OK'|'ALARM'|'INSUFFICIENT_DATA', 'StateReason': 'string', 'StateReasonData': 'string', 'StateUpdatedTimestamp': datetime(2015, 1, 1), 'MetricName': 'string', 'Namespace': 'string', 'Statistic': 'SampleCount'|'Average'|'Sum'|'Minimum'|'Maximum', 'ExtendedStatistic': 'string', 'Dimensions': [ { 'Name': 'string', 'Value': 'string' }, ], 'Period': 123, 'Unit': 'Seconds'|'Microseconds'|'Milliseconds'|'Bytes'|'Kilobytes'|'Megabytes'|'Gigabytes'|'Terabytes'|'Bits'|'Kilobits'|'Megabits'|'Gigabits'|'Terabits'|'Percent'|'Count'|'Bytes/Second'|'Kilobytes/Second'|'Megabytes/Second'|'Gigabytes/Second'|'Terabytes/Second'|'Bits/Second'|'Kilobits/Second'|'Megabits/Second'|'Gigabits/Second'|'Terabits/Second'|'Count/Second'|'None', 'EvaluationPeriods': 123, 'DatapointsToAlarm': 123, 'Threshold': 123.0, 'ComparisonOperator': 'GreaterThanOrEqualToThreshold'|'GreaterThanThreshold'|'LessThanThreshold'|'LessThanOrEqualToThreshold'|'LessThanLowerOrGreaterThanUpperThreshold'|'LessThanLowerThreshold'|'GreaterThanUpperThreshold', 'TreatMissingData': 'string', 'EvaluateLowSampleCountPercentile': 'string', 'Metrics': [ { 'Id': 'string', 'MetricStat': { 'Metric': { 'Namespace': 'string', 'MetricName': 'string', 'Dimensions': [ { 'Name': 'string', 'Value': 'string' }, ] }, 'Period': 123, 'Stat': 'string', 'Unit': 'Seconds'|'Microseconds'|'Milliseconds'|'Bytes'|'Kilobytes'|'Megabytes'|'Gigabytes'|'Terabytes'|'Bits'|'Kilobits'|'Megabits'|'Gigabits'|'Terabits'|'Percent'|'Count'|'Bytes/Second'|'Kilobytes/Second'|'Megabytes/Second'|'Gigabytes/Second'|'Terabytes/Second'|'Bits/Second'|'Kilobits/Second'|'Megabits/Second'|'Gigabits/Second'|'Terabits/Second'|'Count/Second'|'None' }, 'Expression': 'string', 'Label': 'string', 'ReturnData': True|False, 'Period': 123, 'AccountId': 'string' }, ], 'ThresholdMetricId': 'string', 'EvaluationState': 'PARTIAL_DATA', 'StateTransitionedTimestamp': datetime(2015, 1, 1) }, ]}