1. Packages
  2. Databricks Provider
  3. API Docs
  4. getDatabaseDatabaseCatalogs
Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi

databricks.getDatabaseDatabaseCatalogs

Explore with Pulumi AI

databricks logo
Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi

    Using getDatabaseDatabaseCatalogs

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDatabaseDatabaseCatalogs(opts?: InvokeOptions): Promise<GetDatabaseDatabaseCatalogsResult>
    function getDatabaseDatabaseCatalogsOutput(opts?: InvokeOptions): Output<GetDatabaseDatabaseCatalogsResult>
    def get_database_database_catalogs(opts: Optional[InvokeOptions] = None) -> GetDatabaseDatabaseCatalogsResult
    def get_database_database_catalogs_output(opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseDatabaseCatalogsResult]
    func GetDatabaseDatabaseCatalogs(ctx *Context, opts ...InvokeOption) (*GetDatabaseDatabaseCatalogsResult, error)
    func GetDatabaseDatabaseCatalogsOutput(ctx *Context, opts ...InvokeOption) GetDatabaseDatabaseCatalogsResultOutput

    > Note: This function is named GetDatabaseDatabaseCatalogs in the Go SDK.

    public static class GetDatabaseDatabaseCatalogs 
    {
        public static Task<GetDatabaseDatabaseCatalogsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetDatabaseDatabaseCatalogsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDatabaseDatabaseCatalogsResult> getDatabaseDatabaseCatalogs(InvokeOptions options)
    public static Output<GetDatabaseDatabaseCatalogsResult> getDatabaseDatabaseCatalogs(InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getDatabaseDatabaseCatalogs:getDatabaseDatabaseCatalogs
      arguments:
        # arguments dictionary

    getDatabaseDatabaseCatalogs Result

    The following output properties are available:

    DatabaseCatalogs List<GetDatabaseDatabaseCatalogsDatabaseCatalog>
    Id string
    The provider-assigned unique ID for this managed resource.
    DatabaseCatalogs []GetDatabaseDatabaseCatalogsDatabaseCatalog
    Id string
    The provider-assigned unique ID for this managed resource.
    databaseCatalogs List<GetDatabaseDatabaseCatalogsDatabaseCatalog>
    id String
    The provider-assigned unique ID for this managed resource.
    databaseCatalogs GetDatabaseDatabaseCatalogsDatabaseCatalog[]
    id string
    The provider-assigned unique ID for this managed resource.
    database_catalogs Sequence[GetDatabaseDatabaseCatalogsDatabaseCatalog]
    id str
    The provider-assigned unique ID for this managed resource.
    databaseCatalogs List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetDatabaseDatabaseCatalogsDatabaseCatalog

    CreateDatabaseIfNotExists bool
    (boolean)
    DatabaseInstanceName string
    (string) - The name of the DatabaseInstance housing the database
    DatabaseName string
    (string) - The name of the database (in a instance) associated with the catalog
    Name string
    (string) - The name of the catalog in UC
    Uid string
    (string)
    CreateDatabaseIfNotExists bool
    (boolean)
    DatabaseInstanceName string
    (string) - The name of the DatabaseInstance housing the database
    DatabaseName string
    (string) - The name of the database (in a instance) associated with the catalog
    Name string
    (string) - The name of the catalog in UC
    Uid string
    (string)
    createDatabaseIfNotExists Boolean
    (boolean)
    databaseInstanceName String
    (string) - The name of the DatabaseInstance housing the database
    databaseName String
    (string) - The name of the database (in a instance) associated with the catalog
    name String
    (string) - The name of the catalog in UC
    uid String
    (string)
    createDatabaseIfNotExists boolean
    (boolean)
    databaseInstanceName string
    (string) - The name of the DatabaseInstance housing the database
    databaseName string
    (string) - The name of the database (in a instance) associated with the catalog
    name string
    (string) - The name of the catalog in UC
    uid string
    (string)
    create_database_if_not_exists bool
    (boolean)
    database_instance_name str
    (string) - The name of the DatabaseInstance housing the database
    database_name str
    (string) - The name of the database (in a instance) associated with the catalog
    name str
    (string) - The name of the catalog in UC
    uid str
    (string)
    createDatabaseIfNotExists Boolean
    (boolean)
    databaseInstanceName String
    (string) - The name of the DatabaseInstance housing the database
    databaseName String
    (string) - The name of the database (in a instance) associated with the catalog
    name String
    (string) - The name of the catalog in UC
    uid String
    (string)

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi