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

CreateRecommendationTemplateRequest

import type { CreateRecommendationTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";
interface CreateRecommendationTemplateRequest {
assessmentArn: string;
bucketName?: string | null;
clientToken?: string | null;
format?: TemplateFormat | null;
name: string;
recommendationIds?: string[] | null;
recommendationTypes?: RenderRecommendationType[] | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
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.

§
bucketName?: string | null
[src]

The name of the Amazon S3 bucket that will contain the recommendation template.

§
clientToken?: string | null
[src]

Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

§
format?: TemplateFormat | null
[src]

The format for the recommendation template.

CfnJson: The template is CloudFormation JSON.

CfnYaml: The template is CloudFormation YAML.

§
name: string
[src]

The name for the recommendation template.

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

Identifiers for the recommendations used to create a recommendation template.

§
recommendationTypes?: RenderRecommendationType[] | null
[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.

§
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.