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

AppComponent

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

Defines an Application Component.

interface AppComponent {
additionalInfo?: {
[key: string]: string[] | null | undefined;
}
| null;
id?: string | null;
name: string;
type: string;
}

§Properties

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

Additional configuration parameters for an AWS Resilience Hub application.

Note: Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account. Key: "failover-regions" Value: "[{"region":"<REGION>", "accounts":[{"id":"<ACCOUNT_ID>"}]}]"

§
id?: string | null
[src]

Unique identifier of the Application Component.

§
name: string
[src]

The name of the Application Component.

§
type: string
[src]

The type of Application Component.