Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetECSServiceRecommendationProjectedMetricsRequest

import type { GetECSServiceRecommendationProjectedMetricsRequest } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";
interface GetECSServiceRecommendationProjectedMetricsRequest {
endTime: Date | number;
period: number;
serviceArn: string;
startTime: Date | number;
}

§Properties

§
endTime: Date | number
[src]

The timestamp of the last projected metrics data point to return.

§
period: number
[src]

The granularity, in seconds, of the projected metrics data points.

§
serviceArn: string
[src]

The ARN that identifies the Amazon ECS service.

The following is the format of the ARN:

arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name
§
startTime: Date | number
[src]

The timestamp of the first projected metrics data point to return.

§

The statistic of the projected metrics.