GlueCatalogSpecification
class GlueCatalogSpecification(val catalogType: CatalogType.Type = Type.GLUE, val glueId: String, val roleArn: String? = null, val databaseName: String) : CatalogType, AWSArnRoleSpecification
Glue catalog specifications.
Provides configuration details required to connect to the AWS Glue catalog service and manage Iceberg table metadata.
Constructors
Link copied to clipboard
constructor(catalogType: CatalogType.Type = Type.GLUE, glueId: String, roleArn: String? = null, databaseName: String)
Properties
Link copied to clipboard
Link copied to clipboard
@get:JsonPropertyDescription(value = "The Glue database name. This will ONLY be used if the `Destination Namespace` setting for the connection is set to `Destination-defined` or `Source-defined`")
The name of the database to be used when building the Table identifier