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

CreateAppVersionResourceResponse

import type { CreateAppVersionResourceResponse } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";
interface CreateAppVersionResourceResponse {
appArn: string;
appVersion: string;
physicalResource?: PhysicalResource | 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.

§
appVersion: string
[src]

The AWS Resilience Hub application version.

§
physicalResource?: PhysicalResource | null
[src]

Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.