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

PendingResource

import type { PendingResource } from "https://aws-api.deno.dev/v0.3/services/resourcegroups.ts?docs=full";

A structure that identifies a resource that is currently pending addition to the group as a member. Adding a resource to a resource group happens asynchronously as a background task and this one isn't completed yet.

interface PendingResource {
ResourceArn?: string | null;
}

§Properties

§
ResourceArn?: string | null
[src]

The Amazon resource name (ARN) of the resource that's in a pending state.