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

GetTemporaryGlueTableCredentialsResponse

import type { GetTemporaryGlueTableCredentialsResponse } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface GetTemporaryGlueTableCredentialsResponse {
AccessKeyId?: string | null;
Expiration?: Date | number | null;
SecretAccessKey?: string | null;
SessionToken?: string | null;
}

§Properties

§
AccessKeyId?: string | null
[src]

The access key ID for the temporary credentials.

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

The date and time when the temporary credentials expire.

§
SecretAccessKey?: string | null
[src]

The secret key for the temporary credentials.

§
SessionToken?: string | null
[src]

The session token for the temporary credentials.