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

GetTemporaryGlueTableCredentialsRequest

import type { GetTemporaryGlueTableCredentialsRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface GetTemporaryGlueTableCredentialsRequest {
AuditContext?: AuditContext | null;
DurationSeconds?: number | null;
Permissions?: Permission[] | null;
SupportedPermissionTypes: PermissionType[];
TableArn: string;
}

§Properties

§
AuditContext?: AuditContext | null
[src]

A structure representing context to access a resource (column names, query ID, etc).

§
DurationSeconds?: number | null
[src]

The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.

§
Permissions?: Permission[] | null
[src]

Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).

§
SupportedPermissionTypes: PermissionType[]
[src]

A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.

§
TableArn: string
[src]

The ARN identifying a table in the Data Catalog for the temporary credentials request.