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

ServiceResourceCost

import type { ServiceResourceCost } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";

An object that contains information about the estimated monthly cost to analyze an Amazon Web Services resource. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.

interface ServiceResourceCost {
Cost?: number | null;
Count?: number | null;
Type?: string | null;
UnitCost?: number | null;
}

§Properties

§
Cost?: number | null
[src]

The total estimated monthly cost to analyze the active resources for this resource.

§
Count?: number | null
[src]

The number of active resources analyzed for this service to create a monthly cost estimate.

§

The state of the resource. The resource is ACTIVE if it produces metrics, events, or logs within an hour, otherwise it is INACTIVE. You pay for the number of active Amazon Web Services resource hours analyzed for each resource. Inactive resources are not charged.

§
Type?: string | null
[src]

The type of the Amazon Web Services resource.

§
UnitCost?: number | null
[src]

The price per hour to analyze the resources in the service. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.