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

ImportResourcesToDraftAppVersionRequest

import type { ImportResourcesToDraftAppVersionRequest } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";
interface ImportResourcesToDraftAppVersionRequest {
appArn: string;
importStrategy?: ResourceImportStrategyType | null;
sourceArns?: string[] | null;
terraformSources?: TerraformSource[] | null;
}

§Properties

§
appArn: string
[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.

§
importStrategy?: ResourceImportStrategyType | null
[src]

The import strategy you would like to set to import resources into AWS Resilience Hub application.

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

The Amazon Resource Names (ARNs) for the resources that you want to import.

§
terraformSources?: TerraformSource[] | null
[src]

A list of terraform file s3 URLs you need to import.