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

RoleUsageType

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

An object that contains details about how a service-linked role is used, if that information is returned by the service.

This data type is used as a response element in the "GetServiceLinkedRoleDeletionStatus" operation.

interface RoleUsageType {
Region?: string | null;
Resources: string[];
}

§Properties

§
Region?: string | null
[src]

The name of the Region where the service-linked role is being used.

§
Resources: string[]
[src]

The name of the resource that is using the service-linked role.