Class: Aws::LakeFormation::Types::GetTemporaryGlueTableCredentialsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_contextTypes::AuditContext

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

Returns:



1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
# File 'lib/aws-sdk-lakeformation/types.rb', line 1882

class GetTemporaryGlueTableCredentialsRequest < Struct.new(
  :table_arn,
  :permissions,
  :duration_seconds,
  :audit_context,
  :supported_permission_types,
  :s3_path,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#duration_secondsInteger

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

Returns:

  • (Integer)


1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
# File 'lib/aws-sdk-lakeformation/types.rb', line 1882

class GetTemporaryGlueTableCredentialsRequest < Struct.new(
  :table_arn,
  :permissions,
  :duration_seconds,
  :audit_context,
  :supported_permission_types,
  :s3_path,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<String>

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

Returns:

  • (Array<String>)


1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
# File 'lib/aws-sdk-lakeformation/types.rb', line 1882

class GetTemporaryGlueTableCredentialsRequest < Struct.new(
  :table_arn,
  :permissions,
  :duration_seconds,
  :audit_context,
  :supported_permission_types,
  :s3_path,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#query_session_contextTypes::QuerySessionContext

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.



1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
# File 'lib/aws-sdk-lakeformation/types.rb', line 1882

class GetTemporaryGlueTableCredentialsRequest < Struct.new(
  :table_arn,
  :permissions,
  :duration_seconds,
  :audit_context,
  :supported_permission_types,
  :s3_path,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#s3_pathString

The Amazon S3 path for the table.

Returns:

  • (String)


1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
# File 'lib/aws-sdk-lakeformation/types.rb', line 1882

class GetTemporaryGlueTableCredentialsRequest < Struct.new(
  :table_arn,
  :permissions,
  :duration_seconds,
  :audit_context,
  :supported_permission_types,
  :s3_path,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#supported_permission_typesArray<String>

A list of supported permission types for the table. Valid values are ‘COLUMN_PERMISSION` and `CELL_FILTER_PERMISSION`.

Returns:

  • (Array<String>)


1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
# File 'lib/aws-sdk-lakeformation/types.rb', line 1882

class GetTemporaryGlueTableCredentialsRequest < Struct.new(
  :table_arn,
  :permissions,
  :duration_seconds,
  :audit_context,
  :supported_permission_types,
  :s3_path,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end

#table_arnString

The ARN identifying a table in the Data Catalog for the temporary credentials request.

Returns:

  • (String)


1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
# File 'lib/aws-sdk-lakeformation/types.rb', line 1882

class GetTemporaryGlueTableCredentialsRequest < Struct.new(
  :table_arn,
  :permissions,
  :duration_seconds,
  :audit_context,
  :supported_permission_types,
  :s3_path,
  :query_session_context)
  SENSITIVE = []
  include Aws::Structure
end