Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi
databricks.getDatabaseDatabaseCatalogs
Explore with Pulumi AI
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:
- Database
Catalogs List<GetDatabase Database Catalogs Database Catalog> - Id string
- The provider-assigned unique ID for this managed resource.
- Database
Catalogs []GetDatabase Database Catalogs Database Catalog - Id string
- The provider-assigned unique ID for this managed resource.
- database
Catalogs List<GetDatabase Database Catalogs Database Catalog> - id String
- The provider-assigned unique ID for this managed resource.
- database
Catalogs GetDatabase Database Catalogs Database Catalog[] - id string
- The provider-assigned unique ID for this managed resource.
- database_
catalogs Sequence[GetDatabase Database Catalogs Database Catalog] - id str
- The provider-assigned unique ID for this managed resource.
- database
Catalogs List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetDatabaseDatabaseCatalogsDatabaseCatalog
- Create
Database boolIf Not Exists - (boolean)
- Database
Instance stringName - (string) - The name of the DatabaseInstance housing the database
- Database
Name 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 boolIf Not Exists - (boolean)
- Database
Instance stringName - (string) - The name of the DatabaseInstance housing the database
- Database
Name 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 BooleanIf Not Exists - (boolean)
- database
Instance StringName - (string) - The name of the DatabaseInstance housing the database
- database
Name 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 booleanIf Not Exists - (boolean)
- database
Instance stringName - (string) - The name of the DatabaseInstance housing the database
- database
Name 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_ boolif_ not_ exists - (boolean)
- database_
instance_ strname - (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)
- create
Database BooleanIf Not Exists - (boolean)
- database
Instance StringName - (string) - The name of the DatabaseInstance housing the database
- database
Name 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.