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

UpdateResourceRequest

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

§Properties

§
ResourceArn: string
[src]

The resource ARN.

§
RoleArn: string
[src]

The new role to use for the given resource registered in Lake Formation.