Resource class
A structure for the resource.
Constructors
- Resource({CatalogResource? catalog, DataLocationResource? dataLocation, DatabaseResource? database, TableResource? table, TableWithColumnsResource? tableWithColumns})
-
Resource.fromJson(Map<
String, dynamic> json) -
factory
Properties
- catalog → 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 AWS Lake
Formation environment.
final
- database → 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.
final
- dataLocation → DataLocationResource?
-
The location of an Amazon S3 path where permissions are granted or revoked.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- table → 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.
final
- tableWithColumns → 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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited