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

RecommendationTemplate

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

Defines a recommendation template created with the "CreateRecommendationTemplate" action.

interface RecommendationTemplate {
appArn?: string | null;
assessmentArn: string;
endTime?: Date | number | null;
message?: string | null;
name: string;
needsReplacements?: boolean | null;
recommendationIds?: string[] | null;
recommendationTemplateArn: string;
recommendationTypes: RenderRecommendationType[];
startTime?: Date | number | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
templatesLocation?: S3Location | null;
}

§Properties

§
appArn?: string | null
[src]

The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.

§
assessmentArn: string
[src]

The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.

§
endTime?: Date | number | null
[src]

The end time for the action.

§

The format of the recommendation template.

CfnJson: The template is CloudFormation JSON.

CfnYaml: The template is CloudFormation YAML.

§
message?: string | null
[src]

The message for the recommendation template.

§
name: string
[src]

The name for the recommendation template.

§
needsReplacements?: boolean | null
[src]

Indicates if replacements are needed.

§
recommendationIds?: string[] | null
[src]

Identifiers for the recommendations used in the recommendation template.

§
recommendationTemplateArn: string
[src]

The Amazon Resource Name (ARN) for the recommendation template.

§
recommendationTypes: RenderRecommendationType[]
[src]

An array of strings that specify the recommendation template type or types.

Alarm: The template is an "AlarmRecommendation" template.

Sop: The template is a "SopRecommendation" template.

Test: The template is a "TestRecommendation" template.

§
startTime?: Date | number | null
[src]

The start time for the action.

§

The status of the action.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.

§
templatesLocation?: S3Location | null
[src]

The file location of the template.