Class: Aws::Glue::Types::GetUnfilteredTableMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetUnfilteredTableMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_context ⇒ Types::AuditContext
A structure containing Lake Formation audit context information.
-
#catalog_id ⇒ String
The catalog ID where the table resides.
-
#database_name ⇒ String
(Required) Specifies the name of a database that contains the table.
-
#name ⇒ String
(Required) Specifies the name of a table for which you are requesting metadata.
-
#parent_resource_arn ⇒ String
The resource ARN of the view.
-
#permissions ⇒ Array<String>
The Lake Formation data permissions of the caller on the table.
-
#query_session_context ⇒ Types::QuerySessionContext
A structure used as a protocol between query engines and Lake Formation or Glue.
-
#region ⇒ String
Specified only if the base tables belong to a different Amazon Web Services Region.
-
#root_resource_arn ⇒ String
The resource ARN of the root view in a chain of nested views.
-
#supported_dialect ⇒ Types::SupportedDialect
A structure specifying the dialect and dialect version used by the query engine.
-
#supported_permission_types ⇒ Array<String>
Indicates the level of filtering a third-party analytical engine is capable of enforcing when calling the ‘GetUnfilteredTableMetadata` API operation.
Instance Attribute Details
#audit_context ⇒ Types::AuditContext
A structure containing Lake Formation audit context information.
14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 |
# File 'lib/aws-sdk-glue/types.rb', line 14533 class GetUnfilteredTableMetadataRequest < Struct.new( :region, :catalog_id, :database_name, :name, :audit_context, :supported_permission_types, :parent_resource_arn, :root_resource_arn, :supported_dialect, :permissions, :query_session_context) SENSITIVE = [] include Aws::Structure end |
#catalog_id ⇒ String
The catalog ID where the table resides.
14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 |
# File 'lib/aws-sdk-glue/types.rb', line 14533 class GetUnfilteredTableMetadataRequest < Struct.new( :region, :catalog_id, :database_name, :name, :audit_context, :supported_permission_types, :parent_resource_arn, :root_resource_arn, :supported_dialect, :permissions, :query_session_context) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
(Required) Specifies the name of a database that contains the table.
14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 |
# File 'lib/aws-sdk-glue/types.rb', line 14533 class GetUnfilteredTableMetadataRequest < Struct.new( :region, :catalog_id, :database_name, :name, :audit_context, :supported_permission_types, :parent_resource_arn, :root_resource_arn, :supported_dialect, :permissions, :query_session_context) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
(Required) Specifies the name of a table for which you are requesting metadata.
14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 |
# File 'lib/aws-sdk-glue/types.rb', line 14533 class GetUnfilteredTableMetadataRequest < Struct.new( :region, :catalog_id, :database_name, :name, :audit_context, :supported_permission_types, :parent_resource_arn, :root_resource_arn, :supported_dialect, :permissions, :query_session_context) SENSITIVE = [] include Aws::Structure end |
#parent_resource_arn ⇒ String
The resource ARN of the view.
14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 |
# File 'lib/aws-sdk-glue/types.rb', line 14533 class GetUnfilteredTableMetadataRequest < Struct.new( :region, :catalog_id, :database_name, :name, :audit_context, :supported_permission_types, :parent_resource_arn, :root_resource_arn, :supported_dialect, :permissions, :query_session_context) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<String>
The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.
14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 |
# File 'lib/aws-sdk-glue/types.rb', line 14533 class GetUnfilteredTableMetadataRequest < Struct.new( :region, :catalog_id, :database_name, :name, :audit_context, :supported_permission_types, :parent_resource_arn, :root_resource_arn, :supported_dialect, :permissions, :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.
14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 |
# File 'lib/aws-sdk-glue/types.rb', line 14533 class GetUnfilteredTableMetadataRequest < Struct.new( :region, :catalog_id, :database_name, :name, :audit_context, :supported_permission_types, :parent_resource_arn, :root_resource_arn, :supported_dialect, :permissions, :query_session_context) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Specified only if the base tables belong to a different Amazon Web Services Region.
14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 |
# File 'lib/aws-sdk-glue/types.rb', line 14533 class GetUnfilteredTableMetadataRequest < Struct.new( :region, :catalog_id, :database_name, :name, :audit_context, :supported_permission_types, :parent_resource_arn, :root_resource_arn, :supported_dialect, :permissions, :query_session_context) SENSITIVE = [] include Aws::Structure end |
#root_resource_arn ⇒ String
The resource ARN of the root view in a chain of nested views.
14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 |
# File 'lib/aws-sdk-glue/types.rb', line 14533 class GetUnfilteredTableMetadataRequest < Struct.new( :region, :catalog_id, :database_name, :name, :audit_context, :supported_permission_types, :parent_resource_arn, :root_resource_arn, :supported_dialect, :permissions, :query_session_context) SENSITIVE = [] include Aws::Structure end |
#supported_dialect ⇒ Types::SupportedDialect
A structure specifying the dialect and dialect version used by the query engine.
14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 |
# File 'lib/aws-sdk-glue/types.rb', line 14533 class GetUnfilteredTableMetadataRequest < Struct.new( :region, :catalog_id, :database_name, :name, :audit_context, :supported_permission_types, :parent_resource_arn, :root_resource_arn, :supported_dialect, :permissions, :query_session_context) SENSITIVE = [] include Aws::Structure end |
#supported_permission_types ⇒ Array<String>
Indicates the level of filtering a third-party analytical engine is capable of enforcing when calling the ‘GetUnfilteredTableMetadata` API operation. Accepted values are:
-
‘COLUMN_PERMISSION` - Column permissions ensure that users can access only specific columns in the table. If there are particular columns contain sensitive data, data lake administrators can define column filters that exclude access to specific columns.
-
‘CELL_FILTER_PERMISSION` - Cell-level filtering combines column filtering (include or exclude columns) and row filter expressions to restrict access to individual elements in the table.
-
‘NESTED_PERMISSION` - Nested permissions combines cell-level filtering and nested column filtering to restrict access to columns and/or nested columns in specific rows based on row filter expressions.
-
‘NESTED_CELL_PERMISSION` - Nested cell permissions combines nested permission with nested cell-level filtering. This allows different subsets of nested columns to be restricted based on an array of row filter expressions.
Note: Each of these permission types follows a hierarchical order where each subsequent permission type includes all permission of the previous type.
Important: If you provide a supported permission type that doesn’t match the user’s level of permissions on the table, then Lake Formation raises an exception. For example, if the third-party engine calling the ‘GetUnfilteredTableMetadata` operation can enforce only column-level filtering, and the user has nested cell filtering applied on the table, Lake Formation throws an exception, and will not return unfiltered table metadata and data access credentials.
14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 |
# File 'lib/aws-sdk-glue/types.rb', line 14533 class GetUnfilteredTableMetadataRequest < Struct.new( :region, :catalog_id, :database_name, :name, :audit_context, :supported_permission_types, :parent_resource_arn, :root_resource_arn, :supported_dialect, :permissions, :query_session_context) SENSITIVE = [] include Aws::Structure end |