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

PhysicalResourceId

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

Defines a physical resource identifier.

interface PhysicalResourceId {
awsAccountId?: string | null;
awsRegion?: string | null;
identifier: string;
}

§Properties

§
awsAccountId?: string | null
[src]

The Amazon Web Services account that owns the physical resource.

§
awsRegion?: string | null
[src]

The Amazon Web Services Region that the physical resource is located in.

§
identifier: string
[src]

The identifier of the physical resource.

§

Specifies the type of physical resource identifier.

Arn: The resource identifier is an Amazon Resource Name (ARN) .

Native: The resource identifier is an AWS Resilience Hub-native identifier.