v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1447264222.7 KB

This API is identical to <code>GetTemporaryTableCredentials</code> except that this is used when the target Data Catalog resource is of type Partition. Lake Formation restricts the permission of the vended credentials with the same scope down policy which restricts access to a single Amazon S3 prefix.

post/GetTemporaryGluePartitionCredentials

Request body

TableArnstring required

The ARN of the partitions' table.

PermissionsPermission[]

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

DurationSecondsinteger

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

SupportedPermissionTypesPermissionType[] required

A list of supported permission types for the partition. Valid values are <code>COLUMN_PERMISSION</code> and <code>CELL_FILTER_PERMISSION</code>.

Response

Success

AccessKeyIdstring

The access key ID for the temporary credentials.

SecretAccessKeystring

The secret key for the temporary credentials.

SessionTokenstring

The session token for the temporary credentials.

Expirationstring date-time

The date and time when the temporary credentials expire.