DataCatalog class
Contains information about a data catalog in an AWS account.
Constructors
-
DataCatalog({required String name, required DataCatalogType type, String? description, Map<
String, String> ? parameters}) -
DataCatalog.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String?
-
An optional description of the data catalog.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the data catalog. The catalog name must be unique for the AWS
account and can use a maximum of 128 alphanumeric, underscore, at sign, or
hyphen characters.
final
-
parameters
→ Map<
String, String> ? -
Specifies the Lambda function or functions to use for the data catalog. This
is a mapping whose values depend on the catalog type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → DataCatalogType
-
The type of data catalog:
LAMBDA
for a federated catalog,GLUE
for AWS Glue Catalog, orHIVE
for an external hive metastore.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited