aws.lakeformation.get_temporary_glue_table_credentials
Example SQL Queries
SELECT * FROMaws.lakeformation.get_temporary_glue_table_credentialsWHERE"table_arn" = 'VALUE';Description
Allows a caller in a secure environment to assume a role with permission to access Amazon S3. In order to vend such credentials, Lake Formation assumes the role associated with a registered location, for example an Amazon S3 bucket, with a scope down policy which restricts the access to a single prefix.
Table Definition
| Column Name | Column Data Type |
|---|---|
| table_arn Required Input Column The ARN identifying a table in the Data Catalog for the temporary credentials request. | VARCHAR |
| audit_context Input Column A structure representing context to access a resource (column names, query ID, etc). | STRUCT( |
Show child fields
| |
| duration_seconds Input Column The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials. | BIGINT |
| permissions Input Column Filters the request based on the user having been granted a list of specified permissions on the requested resource(s). | VARCHAR[] |
Show child fields
| |
| query_session_context Input Column A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context. | STRUCT( |
Show child fields
| |
| s3_path Input Column The Amazon S3 path for the table. | VARCHAR |
| supported_permission_types Input Column A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| access_key_id The access key ID for the temporary credentials. | VARCHAR |
| expiration The date and time when the temporary credentials expire. | TIMESTAMP_S |
| secret_access_key The secret key for the temporary credentials. | VARCHAR |
| session_token The session token for the temporary credentials. | VARCHAR |
| vended_s3_path The Amazon S3 path for the temporary credentials. | VARCHAR[] |
Show child fields
| |