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

RegisterResourceRequest

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

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource that you want to register.

§
RoleArn?: string | null
[src]

The identifier for the role that registers the resource.

§
UseServiceLinkedRole?: boolean | null
[src]

Designates an Identity and Access Management (IAM) service-linked role by registering this role with the Data Catalog. A service-linked role is a unique type of IAM role that is linked directly to Lake Formation.

For more information, see Using Service-Linked Roles for Lake Formation.