Uses of Interface
software.amazon.awscdk.services.cloudwatch.IMetric
Packages that use IMetric
Package
Description
AWS Auto Scaling Construct Library
Amazon EC2 Auto Scaling Construct Library
Amazon CloudWatch Construct Library
Amazon DynamoDB Construct Library
Amazon ECS Construct Library
-
Uses of IMetric in software.amazon.awscdk.services.applicationautoscaling
Methods in software.amazon.awscdk.services.applicationautoscaling that return IMetricModifier and TypeMethodDescriptiondefault IMetricBasicTargetTrackingScalingPolicyProps.getCustomMetric()A custom metric for application autoscaling.final IMetricBasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getCustomMetric()final IMetricTargetTrackingScalingPolicyProps.Jsii$Proxy.getCustomMetric()BasicStepScalingPolicyProps.getMetric()Metric to scale on.final IMetricBasicStepScalingPolicyProps.Jsii$Proxy.getMetric()final IMetricStepScalingPolicyProps.Jsii$Proxy.getMetric()Methods in software.amazon.awscdk.services.applicationautoscaling with parameters of type IMetricModifier and TypeMethodDescriptionBasicTargetTrackingScalingPolicyProps.Builder.customMetric(IMetric customMetric) Sets the value ofBasicTargetTrackingScalingPolicyProps.getCustomMetric()TargetTrackingScalingPolicy.Builder.customMetric(IMetric customMetric) A custom metric for application autoscaling.TargetTrackingScalingPolicyProps.Builder.customMetric(IMetric customMetric) Sets the value ofBasicTargetTrackingScalingPolicyProps.getCustomMetric()Sets the value ofBasicStepScalingPolicyProps.getMetric()Metric to scale on.Sets the value ofBasicStepScalingPolicyProps.getMetric() -
Uses of IMetric in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return IMetricModifier and TypeMethodDescriptiondefault IMetricBasicTargetTrackingScalingPolicyProps.getCustomMetric()A custom metric for application autoscaling.final IMetricBasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getCustomMetric()final IMetricTargetTrackingScalingPolicyProps.Jsii$Proxy.getCustomMetric()BasicStepScalingPolicyProps.getMetric()Metric to scale on.final IMetricBasicStepScalingPolicyProps.Jsii$Proxy.getMetric()MetricTargetTrackingProps.getMetric()Metric to track.final IMetricMetricTargetTrackingProps.Jsii$Proxy.getMetric()final IMetricStepScalingPolicyProps.Jsii$Proxy.getMetric()Methods in software.amazon.awscdk.services.autoscaling with parameters of type IMetricModifier and TypeMethodDescriptionBasicTargetTrackingScalingPolicyProps.Builder.customMetric(IMetric customMetric) Sets the value ofBasicTargetTrackingScalingPolicyProps.getCustomMetric()TargetTrackingScalingPolicy.Builder.customMetric(IMetric customMetric) A custom metric for application autoscaling.TargetTrackingScalingPolicyProps.Builder.customMetric(IMetric customMetric) Sets the value ofBasicTargetTrackingScalingPolicyProps.getCustomMetric()Sets the value ofBasicStepScalingPolicyProps.getMetric()Sets the value ofMetricTargetTrackingProps.getMetric()Metric to scale on.Sets the value ofBasicStepScalingPolicyProps.getMetric() -
Uses of IMetric in software.amazon.awscdk.services.cloudwatch
Subinterfaces of IMetric in software.amazon.awscdk.services.cloudwatchModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIMetric.Classes in software.amazon.awscdk.services.cloudwatch that implement IMetricModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA math expression built with metric(s) emitted by a service.classA metric emitted by a service.Methods in software.amazon.awscdk.services.cloudwatch that return IMetricModifier and TypeMethodDescriptionAlarm.getMetric()The metric object this alarm was based on.AlarmProps.getMetric()The metric to add the alarm on.final IMetricAlarmProps.Jsii$Proxy.getMetric()Methods in software.amazon.awscdk.services.cloudwatch that return types with arguments of type IMetricModifier and TypeMethodDescriptionGraphWidgetProps.getLeft()Metrics to display on left Y axis.GraphWidgetProps.Jsii$Proxy.getLeft()SingleValueWidgetProps.getMetrics()Metrics to display.SingleValueWidgetProps.Jsii$Proxy.getMetrics()GraphWidgetProps.getRight()Metrics to display on right Y axis.GraphWidgetProps.Jsii$Proxy.getRight()MathExpression.getUsingMetrics()The metrics used in the expression as KeyValuePair <id, metric>.MathExpressionProps.getUsingMetrics()The metrics used in the expression, in a map.MathExpressionProps.Jsii$Proxy.getUsingMetrics()MetricExpressionConfig.getUsingMetrics()Metrics used in the math expression.MetricExpressionConfig.Jsii$Proxy.getUsingMetrics()Methods in software.amazon.awscdk.services.cloudwatch with parameters of type IMetricModifier and TypeMethodDescriptionvoidGraphWidget.addLeftMetric(IMetric metric) Add another metric to the left Y axis of the GraphWidget.voidGraphWidget.addRightMetric(IMetric metric) Add another metric to the right Y axis of the GraphWidget.protected voidConcreteWidget.copyMetricWarnings(@NotNull IMetric... ms) Copy the warnings from the given metric.The metric to add the alarm on.Sets the value ofAlarmProps.getMetric()Method parameters in software.amazon.awscdk.services.cloudwatch with type arguments of type IMetricModifier and TypeMethodDescriptionMetrics to display on left Y axis.Sets the value ofGraphWidgetProps.getLeft()Metrics to display.Sets the value ofSingleValueWidgetProps.getMetrics()Metrics to display on right Y axis.Sets the value ofGraphWidgetProps.getRight()MathExpression.Builder.usingMetrics(Map<String, ? extends IMetric> usingMetrics) The metrics used in the expression, in a map.MathExpressionProps.Builder.usingMetrics(Map<String, ? extends IMetric> usingMetrics) Sets the value ofMathExpressionProps.getUsingMetrics()MetricExpressionConfig.Builder.usingMetrics(Map<String, ? extends IMetric> usingMetrics) Sets the value ofMetricExpressionConfig.getUsingMetrics() -
Uses of IMetric in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return IMetricModifier and TypeMethodDescriptiondefault IMetricITable.Jsii$Default.metricSystemErrorsForOperations(SystemErrorsForOperationsMetricOptions props) Metric for the system errors this table.final IMetricITable.Jsii$Proxy.metricSystemErrorsForOperations()Metric for the system errors this table.final IMetricITable.Jsii$Proxy.metricSystemErrorsForOperations(SystemErrorsForOperationsMetricOptions props) Metric for the system errors this table.ITable.metricSystemErrorsForOperations()Metric for the system errors this table.Metric for the system errors this table.Table.metricSystemErrorsForOperations()Metric for the system errors this table.Metric for the system errors this table. -
Uses of IMetric in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return IMetricModifier and TypeMethodDescriptionTrackCustomMetricProps.getMetric()The custom CloudWatch metric to track.final IMetricTrackCustomMetricProps.Jsii$Proxy.getMetric()Methods in software.amazon.awscdk.services.ecs with parameters of type IMetric