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

RemoveDraftAppVersionResourceMappingsRequest

import type { RemoveDraftAppVersionResourceMappingsRequest } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";
interface RemoveDraftAppVersionResourceMappingsRequest {
appArn: string;
appRegistryAppNames?: string[] | null;
logicalStackNames?: string[] | null;
resourceGroupNames?: string[] | null;
resourceNames?: string[] | null;
terraformSourceNames?: string[] | 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.

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

The names of the registered applications you want to remove from the resource mappings.

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

The names of the CloudFormation stacks you want to remove from the resource mappings.

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

The names of the resource groups you want to remove from the resource mappings.

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

The names of the resources you want to remove from the resource mappings.

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

The names of the Terraform sources you want to remove from the resource mappings.