Class CostRecommendationDataAttributes

Attributes describing a single cost recommendation.

Hierarchy

  • CostRecommendationDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
ddResourceKey?: string

Datadog resource key identifying the recommended resource.

Estimated daily savings if the recommendation is applied.

recommendationType?: string

The kind of recommendation (for example, terminate or rightsize).

resourceId?: string

Cloud provider identifier of the resource.

resourceType?: string

Resource type (for example, aws_ec2_instance).

tags?: string[]

Tags attached to the recommended resource.

Generated using TypeDoc