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

GetTemporaryGluePartitionCredentialsRequest

import type { GetTemporaryGluePartitionCredentialsRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface GetTemporaryGluePartitionCredentialsRequest {
AuditContext?: AuditContext | null;
DurationSeconds?: number | null;
Partition: PartitionValueList;
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.

§

A list of partition values identifying a single partition.

§
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 partition. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.

§
TableArn: string
[src]

The ARN of the partitions' table.