lakeformation_get_temporary_glue_partition_credentials: This API is identical to GetTemporaryTableCredentials except...

View source: R/lakeformation_operations.R

lakeformation_get_temporary_glue_partition_credentialsR Documentation

This API is identical to GetTemporaryTableCredentials except that this is used when the target Data Catalog resource is of type Partition

Description

This API is identical to GetTemporaryTableCredentials 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.

See https://www.paws-r-sdk.com/docs/lakeformation_get_temporary_glue_partition_credentials/ for full documentation.

Usage

lakeformation_get_temporary_glue_partition_credentials(
  TableArn,
  Partition,
  Permissions = NULL,
  DurationSeconds = NULL,
  AuditContext = NULL,
  SupportedPermissionTypes = NULL
)

Arguments

TableArn

[required] The ARN of the partitions' table.

Partition

[required] A list of partition values identifying a single partition.

Permissions

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

DurationSeconds

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

AuditContext

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

SupportedPermissionTypes

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


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.