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

AppInputSource

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

The list of AWS Resilience Hub application input sources.

interface AppInputSource {
importType: ResourceMappingType;
resourceCount?: number | null;
sourceArn?: string | null;
sourceName?: string | null;
terraformSource?: TerraformSource | null;
}

§Properties

§

The resource type of the input source.

§
resourceCount?: number | null
[src]

The number of resources that were imported.

§
sourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the input source. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.

§
sourceName?: string | null
[src]

The name of the input source.

§
terraformSource?: TerraformSource | null
[src]

The name of the Terraform s3 state file.