Class: Aws::LakeFormation::Types::Resource

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

Overview

A structure for the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogTypes::CatalogResource

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

Returns:

  • (Types::CatalogResource)


3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3113

class Resource < Struct.new(
  :catalog,
  :database,
  :table,
  :table_with_columns,
  :data_location,
  :data_cells_filter,
  :lf_tag,
  :lf_tag_policy,
  :lf_tag_expression)
  SENSITIVE = []
  include Aws::Structure
end

#data_cells_filterTypes::DataCellsFilterResource

A data cell filter.



3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3113

class Resource < Struct.new(
  :catalog,
  :database,
  :table,
  :table_with_columns,
  :data_location,
  :data_cells_filter,
  :lf_tag,
  :lf_tag_policy,
  :lf_tag_expression)
  SENSITIVE = []
  include Aws::Structure
end

#data_locationTypes::DataLocationResource

The location of an Amazon S3 path where permissions are granted or revoked.



3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3113

class Resource < Struct.new(
  :catalog,
  :database,
  :table,
  :table_with_columns,
  :data_location,
  :data_cells_filter,
  :lf_tag,
  :lf_tag_policy,
  :lf_tag_expression)
  SENSITIVE = []
  include Aws::Structure
end

#databaseTypes::DatabaseResource

The database for the resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database permissions to a principal.



3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3113

class Resource < Struct.new(
  :catalog,
  :database,
  :table,
  :table_with_columns,
  :data_location,
  :data_cells_filter,
  :lf_tag,
  :lf_tag_policy,
  :lf_tag_expression)
  SENSITIVE = []
  include Aws::Structure
end

#lf_tagTypes::LFTagKeyResource

The LF-tag key and values attached to a resource.



3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3113

class Resource < Struct.new(
  :catalog,
  :database,
  :table,
  :table_with_columns,
  :data_location,
  :data_cells_filter,
  :lf_tag,
  :lf_tag_policy,
  :lf_tag_expression)
  SENSITIVE = []
  include Aws::Structure
end

#lf_tag_expressionTypes::LFTagExpressionResource

LF-Tag expression resource. A logical expression composed of one or more LF-Tag key:value pairs.



3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3113

class Resource < Struct.new(
  :catalog,
  :database,
  :table,
  :table_with_columns,
  :data_location,
  :data_cells_filter,
  :lf_tag,
  :lf_tag_policy,
  :lf_tag_expression)
  SENSITIVE = []
  include Aws::Structure
end

#lf_tag_policyTypes::LFTagPolicyResource

A list of LF-tag conditions or saved LF-Tag expressions that define a resource's LF-tag policy.



3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3113

class Resource < Struct.new(
  :catalog,
  :database,
  :table,
  :table_with_columns,
  :data_location,
  :data_cells_filter,
  :lf_tag,
  :lf_tag_policy,
  :lf_tag_expression)
  SENSITIVE = []
  include Aws::Structure
end

#tableTypes::TableResource

The table for the resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.



3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3113

class Resource < Struct.new(
  :catalog,
  :database,
  :table,
  :table_with_columns,
  :data_location,
  :data_cells_filter,
  :lf_tag,
  :lf_tag_policy,
  :lf_tag_expression)
  SENSITIVE = []
  include Aws::Structure
end

#table_with_columnsTypes::TableWithColumnsResource

The table with columns for the resource. A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.



3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3113

class Resource < Struct.new(
  :catalog,
  :database,
  :table,
  :table_with_columns,
  :data_location,
  :data_cells_filter,
  :lf_tag,
  :lf_tag_policy,
  :lf_tag_expression)
  SENSITIVE = []
  include Aws::Structure
end