- Navigation Guide
@aws-sdk/client-lightsail
GetLoadBalancerMetricDataCommandInput Interface
Members
Name | Type | Details |
---|---|---|
endTime Required | Date | undefined | The end time of the period. |
loadBalancerName Required | string | undefined | The name of the load balancer. |
metricName Required | LoadBalancerMetricName | undefined | The metric for which you want to return information. Valid load balancer metric names are listed below, along with the most useful
|
period Required | number | undefined | The granularity, in seconds, of the returned data points. |
startTime Required | Date | undefined | The start time of the period. |
statistics Required | MetricStatistic[] | undefined | The statistic for the metric. The following statistics are available:
|
unit Required | MetricUnit | undefined | The unit for the metric data request. Valid units depend on the metric data being requested. For the valid units with each available metric, see the |
Full Signature
export interface GetLoadBalancerMetricDataCommandInput extends GetLoadBalancerMetricDataRequest