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

ResourceInfo

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

A structure containing information about an Lake Formation resource.

interface ResourceInfo {
LastModified?: Date | number | null;
ResourceArn?: string | null;
RoleArn?: string | null;
}

§Properties

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

The date and time the resource was last modified.

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource.

§
RoleArn?: string | null
[src]

The IAM role that registered a resource.