Class: Aws::LakeFormation::Types::GetTemporaryGlueTableCredentialsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetTemporaryGlueTableCredentialsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_context ⇒ Types::AuditContext
A structure representing context to access a resource (column names, query ID, etc).
-
#duration_seconds ⇒ Integer
The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.
-
#permissions ⇒ Array<String>
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
-
#query_session_context ⇒ Types::QuerySessionContext
A structure used as a protocol between query engines and Lake Formation or Glue.
-
#s3_path ⇒ String
The Amazon S3 path for the table.
-
#supported_permission_types ⇒ Array<String>
A list of supported permission types for the table.
-
#table_arn ⇒ String
The ARN identifying a table in the Data Catalog for the temporary credentials request.
Instance Attribute Details
#audit_context ⇒ Types::AuditContext
A structure representing context to access a resource (column names, query ID, etc).
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_seconds ⇒ Integer
The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.
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 |
#permissions ⇒ Array<String>
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
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_context ⇒ Types::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_path ⇒ String
The Amazon S3 path for the table.
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_types ⇒ Array<String>
A list of supported permission types for the table. Valid values are ‘COLUMN_PERMISSION` and `CELL_FILTER_PERMISSION`.
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_arn ⇒ String
The ARN identifying a table in the Data Catalog for the temporary credentials request.
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 |