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

ServiceNameAndResourceType

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

Information about a shareable resource type and the Amazon Web Services service to which resources of that type belong.

interface ServiceNameAndResourceType {
resourceRegionScope?: ResourceRegionScope | null;
resourceType?: string | null;
serviceName?: string | null;
}

§Properties

§
resourceRegionScope?: ResourceRegionScope | null
[src]

Specifies the scope of visibility of resources of this type:

  • 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.
§
resourceType?: string | null
[src]

The type of the resource.

§
serviceName?: string | null
[src]

The name of the Amazon Web Services service to which resources of this type belong.