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

RecommendationRelatedAnomalyResource

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

Information about a resource in which DevOps Guru detected anomalous behavior.

interface RecommendationRelatedAnomalyResource {
Name?: string | null;
Type?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the resource.

§
Type?: string | null
[src]

The type of the resource. Resource types take the same form that is used by Amazon Web Services CloudFormation resource type identifiers, service-provider::service-name::data-type-name. For example, AWS::RDS::DBCluster. For more information, see Amazon Web Services resource and property types reference in the Amazon Web Services CloudFormation User Guide.