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

Resource

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

Describes a resource associated with a resource share in RAM.

interface Resource {
arn?: string | null;
creationTime?: Date | number | null;
lastUpdatedTime?: Date | number | null;
resourceGroupArn?: string | null;
resourceRegionScope?: ResourceRegionScope | null;
resourceShareArn?: string | null;
status?: ResourceStatus | null;
statusMessage?: string | null;
type?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resoure Name (ARN) of the resource.

§
creationTime?: Date | number | null
[src]

The date and time when the resource was associated with the resource share.

§
lastUpdatedTime?: Date | number | null
[src]

The date an time when the association was last updated.

§
resourceGroupArn?: string | null
[src]

The Amazon Resoure Name (ARN) of the resource group. This value is available only if the resource is part of a resource group.

§
resourceRegionScope?: ResourceRegionScope | null
[src]

Specifies the scope of visibility of this resource:

  • REGIONAL – The resource can be accessed only by using requests that target the Amazon Web Services Region in which the resource exists.
  • GLOBAL – The resource can be accessed from any Amazon Web Services Region.
§
resourceShareArn?: string | null
[src]

The Amazon Resoure Name (ARN) of the resource share this resource is associated with.

§
status?: ResourceStatus | null
[src]

The current status of the resource.

§
statusMessage?: string | null
[src]

A message about the status of the resource.

§
type?: string | null
[src]

The resource type. This takes the form of: service-code:resource-code