UpdateGlueIcebergCatalogDetails¶
-
class
oci.golden_gate.models.
UpdateGlueIcebergCatalogDetails
(**kwargs)¶ Bases:
oci.golden_gate.models.update_iceberg_catalog_details.UpdateIcebergCatalogDetails
The information to update a Glue catalog used in the Iceberg connection.
Attributes
CATALOG_TYPE_GLUE
str(object=’’) -> str CATALOG_TYPE_HADOOP
str(object=’’) -> str CATALOG_TYPE_NESSIE
str(object=’’) -> str CATALOG_TYPE_POLARIS
str(object=’’) -> str CATALOG_TYPE_REST
str(object=’’) -> str catalog_type
[Required] Gets the catalog_type of this UpdateIcebergCatalogDetails. glue_id
Gets the glue_id of this UpdateGlueIcebergCatalogDetails. Methods
__init__
(**kwargs)Initializes a new UpdateGlueIcebergCatalogDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
CATALOG_TYPE_GLUE
= 'GLUE'¶
-
CATALOG_TYPE_HADOOP
= 'HADOOP'¶
-
CATALOG_TYPE_NESSIE
= 'NESSIE'¶
-
CATALOG_TYPE_POLARIS
= 'POLARIS'¶
-
CATALOG_TYPE_REST
= 'REST'¶
-
__init__
(**kwargs)¶ Initializes a new UpdateGlueIcebergCatalogDetails object with values from keyword arguments. The default value of the
catalog_type
attribute of this class isGLUE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - catalog_type (str) – The value to assign to the catalog_type property of this UpdateGlueIcebergCatalogDetails. Allowed values for this property are: “GLUE”, “HADOOP”, “NESSIE”, “POLARIS”, “REST”
- glue_id (str) – The value to assign to the glue_id property of this UpdateGlueIcebergCatalogDetails.
-
catalog_type
¶ [Required] Gets the catalog_type of this UpdateIcebergCatalogDetails. The catalog type.
Allowed values for this property are: “GLUE”, “HADOOP”, “NESSIE”, “POLARIS”, “REST”
Returns: The catalog_type of this UpdateIcebergCatalogDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
glue_id
¶ Gets the glue_id of this UpdateGlueIcebergCatalogDetails. The AWS Glue Catalog ID where Iceberg tables are registered.
Returns: The glue_id of this UpdateGlueIcebergCatalogDetails. Return type: str
-