planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
planetscale.getDatabases
Explore with Pulumi AI
planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
A list of PlanetScale databases.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as planetscale from "@pulumi/planetscale";
const example = planetscale.getDatabases({
organization: "example",
});
export const dbs = example;
import pulumi
import pulumi_planetscale as planetscale
example = planetscale.get_databases(organization="example")
pulumi.export("dbs", example)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/planetscale/planetscale"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := planetscale.GetDatabases(ctx, &planetscale.GetDatabasesArgs{
Organization: "example",
}, nil)
if err != nil {
return err
}
ctx.Export("dbs", example)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Planetscale = Pulumi.Planetscale;
return await Deployment.RunAsync(() =>
{
var example = Planetscale.GetDatabases.Invoke(new()
{
Organization = "example",
});
return new Dictionary<string, object?>
{
["dbs"] = example,
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.planetscale.PlanetscaleFunctions;
import com.pulumi.planetscale.inputs.GetDatabasesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = PlanetscaleFunctions.getDatabases(GetDatabasesArgs.builder()
.organization("example")
.build());
ctx.export("dbs", example.applyValue(getDatabasesResult -> getDatabasesResult));
}
}
variables:
example:
fn::invoke:
function: planetscale:getDatabases
arguments:
organization: example
outputs:
dbs: ${example}
Using getDatabases
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 getDatabases(args: GetDatabasesArgs, opts?: InvokeOptions): Promise<GetDatabasesResult>
function getDatabasesOutput(args: GetDatabasesOutputArgs, opts?: InvokeOptions): Output<GetDatabasesResult>
def get_databases(organization: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDatabasesResult
def get_databases_output(organization: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatabasesResult]
func GetDatabases(ctx *Context, args *GetDatabasesArgs, opts ...InvokeOption) (*GetDatabasesResult, error)
func GetDatabasesOutput(ctx *Context, args *GetDatabasesOutputArgs, opts ...InvokeOption) GetDatabasesResultOutput
> Note: This function is named GetDatabases
in the Go SDK.
public static class GetDatabases
{
public static Task<GetDatabasesResult> InvokeAsync(GetDatabasesArgs args, InvokeOptions? opts = null)
public static Output<GetDatabasesResult> Invoke(GetDatabasesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatabasesResult> getDatabases(GetDatabasesArgs args, InvokeOptions options)
public static Output<GetDatabasesResult> getDatabases(GetDatabasesArgs args, InvokeOptions options)
fn::invoke:
function: planetscale:index/getDatabases:getDatabases
arguments:
# arguments dictionary
The following arguments are supported:
- Organization string
- Organization string
- organization String
- organization string
- organization str
- organization String
getDatabases Result
The following output properties are available:
- Databases
List<Get
Databases Database> - Id string
- The provider-assigned unique ID for this managed resource.
- Organization string
- Databases
[]Get
Databases Database - Id string
- The provider-assigned unique ID for this managed resource.
- Organization string
- databases
List<Get
Databases Database> - id String
- The provider-assigned unique ID for this managed resource.
- organization String
- databases
Get
Databases Database[] - id string
- The provider-assigned unique ID for this managed resource.
- organization string
- databases
Sequence[Get
Databases Database] - id str
- The provider-assigned unique ID for this managed resource.
- organization str
- databases List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- organization String
Supporting Types
GetDatabasesDatabase
- Allow
Data boolBranching - Whether seeding branches with data is enabled for all branches.
- At
Backup boolRestore Branches Limit - If the database has reached its backup restored branch limit.
- At
Development boolBranch Limit - If the database has reached its development branch limit.
- Automatic
Migrations bool - Whether to automatically manage Rails migrations during deploy requests.
- Branches
Count double - The total number of database branches.
- Branches
Url string - The URL to retrieve this database's branches via the API.
- Created
At string - When the database was created.
- Default
Branch string - The default branch for the database.
- Default
Branch doubleRead Only Regions Count - Number of read only regions in the default branch.
- Default
Branch doubleShard Count - Number of shards in the default branch.
- Default
Branch doubleTable Count - Number of tables in the default branch schema.
- Development
Branches doubleCount - The total number of database development branches.
- Html
Url string - The total number of database development branches.
- Id string
- The ID of the database.
- Insights
Raw boolQueries - The URL to see this database's branches in the web UI.
- Issues
Count double - The total number of ongoing issues within a database.
- Migration
Framework string - Framework used for applying migrations.
- Migration
Table stringName - Table name to use for copying schema migration data.
- Multiple
Admins boolRequired For Deletion - If the database requires multiple admins for deletion.
- Name string
- The name of this database.
- Organization string
- The organization this database belongs to.
- Plan string
- The database plan.
- Production
Branch boolWeb Console - Whether web console is enabled for production branches.
- Production
Branches doubleCount - The total number of database production branches.
- Ready bool
- If the database is ready to be used.
- Region
Get
Databases Database Region - The region the database lives in.
- Require
Approval boolFor Deploy - Whether an approval is required to deploy schema changes to this database.
- Restrict
Branch boolRegion - Whether to restrict branch creation to one region.
- Schema
Last stringUpdated At - When the default branch schema was last changed.
- bool
- If the database is sharded.
- State string
- State of the database.
- Updated
At string - When the database was last updated.
- Url string
- The URL to the database API endpoint.
- Data
Import GetDatabases Database Data Import - If the database was created from an import, describes the import process.
- Allow
Data boolBranching - Whether seeding branches with data is enabled for all branches.
- At
Backup boolRestore Branches Limit - If the database has reached its backup restored branch limit.
- At
Development boolBranch Limit - If the database has reached its development branch limit.
- Automatic
Migrations bool - Whether to automatically manage Rails migrations during deploy requests.
- Branches
Count float64 - The total number of database branches.
- Branches
Url string - The URL to retrieve this database's branches via the API.
- Created
At string - When the database was created.
- Default
Branch string - The default branch for the database.
- Default
Branch float64Read Only Regions Count - Number of read only regions in the default branch.
- Default
Branch float64Shard Count - Number of shards in the default branch.
- Default
Branch float64Table Count - Number of tables in the default branch schema.
- Development
Branches float64Count - The total number of database development branches.
- Html
Url string - The total number of database development branches.
- Id string
- The ID of the database.
- Insights
Raw boolQueries - The URL to see this database's branches in the web UI.
- Issues
Count float64 - The total number of ongoing issues within a database.
- Migration
Framework string - Framework used for applying migrations.
- Migration
Table stringName - Table name to use for copying schema migration data.
- Multiple
Admins boolRequired For Deletion - If the database requires multiple admins for deletion.
- Name string
- The name of this database.
- Organization string
- The organization this database belongs to.
- Plan string
- The database plan.
- Production
Branch boolWeb Console - Whether web console is enabled for production branches.
- Production
Branches float64Count - The total number of database production branches.
- Ready bool
- If the database is ready to be used.
- Region
Get
Databases Database Region - The region the database lives in.
- Require
Approval boolFor Deploy - Whether an approval is required to deploy schema changes to this database.
- Restrict
Branch boolRegion - Whether to restrict branch creation to one region.
- Schema
Last stringUpdated At - When the default branch schema was last changed.
- bool
- If the database is sharded.
- State string
- State of the database.
- Updated
At string - When the database was last updated.
- Url string
- The URL to the database API endpoint.
- Data
Import GetDatabases Database Data Import - If the database was created from an import, describes the import process.
- allow
Data BooleanBranching - Whether seeding branches with data is enabled for all branches.
- at
Backup BooleanRestore Branches Limit - If the database has reached its backup restored branch limit.
- at
Development BooleanBranch Limit - If the database has reached its development branch limit.
- automatic
Migrations Boolean - Whether to automatically manage Rails migrations during deploy requests.
- branches
Count Double - The total number of database branches.
- branches
Url String - The URL to retrieve this database's branches via the API.
- created
At String - When the database was created.
- default
Branch String - The default branch for the database.
- default
Branch DoubleRead Only Regions Count - Number of read only regions in the default branch.
- default
Branch DoubleShard Count - Number of shards in the default branch.
- default
Branch DoubleTable Count - Number of tables in the default branch schema.
- development
Branches DoubleCount - The total number of database development branches.
- html
Url String - The total number of database development branches.
- id String
- The ID of the database.
- insights
Raw BooleanQueries - The URL to see this database's branches in the web UI.
- issues
Count Double - The total number of ongoing issues within a database.
- migration
Framework String - Framework used for applying migrations.
- migration
Table StringName - Table name to use for copying schema migration data.
- multiple
Admins BooleanRequired For Deletion - If the database requires multiple admins for deletion.
- name String
- The name of this database.
- organization String
- The organization this database belongs to.
- plan String
- The database plan.
- production
Branch BooleanWeb Console - Whether web console is enabled for production branches.
- production
Branches DoubleCount - The total number of database production branches.
- ready Boolean
- If the database is ready to be used.
- region
Get
Databases Database Region - The region the database lives in.
- require
Approval BooleanFor Deploy - Whether an approval is required to deploy schema changes to this database.
- restrict
Branch BooleanRegion - Whether to restrict branch creation to one region.
- schema
Last StringUpdated At - When the default branch schema was last changed.
- Boolean
- If the database is sharded.
- state String
- State of the database.
- updated
At String - When the database was last updated.
- url String
- The URL to the database API endpoint.
- data
Import GetDatabases Database Data Import - If the database was created from an import, describes the import process.
- allow
Data booleanBranching - Whether seeding branches with data is enabled for all branches.
- at
Backup booleanRestore Branches Limit - If the database has reached its backup restored branch limit.
- at
Development booleanBranch Limit - If the database has reached its development branch limit.
- automatic
Migrations boolean - Whether to automatically manage Rails migrations during deploy requests.
- branches
Count number - The total number of database branches.
- branches
Url string - The URL to retrieve this database's branches via the API.
- created
At string - When the database was created.
- default
Branch string - The default branch for the database.
- default
Branch numberRead Only Regions Count - Number of read only regions in the default branch.
- default
Branch numberShard Count - Number of shards in the default branch.
- default
Branch numberTable Count - Number of tables in the default branch schema.
- development
Branches numberCount - The total number of database development branches.
- html
Url string - The total number of database development branches.
- id string
- The ID of the database.
- insights
Raw booleanQueries - The URL to see this database's branches in the web UI.
- issues
Count number - The total number of ongoing issues within a database.
- migration
Framework string - Framework used for applying migrations.
- migration
Table stringName - Table name to use for copying schema migration data.
- multiple
Admins booleanRequired For Deletion - If the database requires multiple admins for deletion.
- name string
- The name of this database.
- organization string
- The organization this database belongs to.
- plan string
- The database plan.
- production
Branch booleanWeb Console - Whether web console is enabled for production branches.
- production
Branches numberCount - The total number of database production branches.
- ready boolean
- If the database is ready to be used.
- region
Get
Databases Database Region - The region the database lives in.
- require
Approval booleanFor Deploy - Whether an approval is required to deploy schema changes to this database.
- restrict
Branch booleanRegion - Whether to restrict branch creation to one region.
- schema
Last stringUpdated At - When the default branch schema was last changed.
- boolean
- If the database is sharded.
- state string
- State of the database.
- updated
At string - When the database was last updated.
- url string
- The URL to the database API endpoint.
- data
Import GetDatabases Database Data Import - If the database was created from an import, describes the import process.
- allow_
data_ boolbranching - Whether seeding branches with data is enabled for all branches.
- at_
backup_ boolrestore_ branches_ limit - If the database has reached its backup restored branch limit.
- at_
development_ boolbranch_ limit - If the database has reached its development branch limit.
- automatic_
migrations bool - Whether to automatically manage Rails migrations during deploy requests.
- branches_
count float - The total number of database branches.
- branches_
url str - The URL to retrieve this database's branches via the API.
- created_
at str - When the database was created.
- default_
branch str - The default branch for the database.
- default_
branch_ floatread_ only_ regions_ count - Number of read only regions in the default branch.
- default_
branch_ floatshard_ count - Number of shards in the default branch.
- default_
branch_ floattable_ count - Number of tables in the default branch schema.
- development_
branches_ floatcount - The total number of database development branches.
- html_
url str - The total number of database development branches.
- id str
- The ID of the database.
- insights_
raw_ boolqueries - The URL to see this database's branches in the web UI.
- issues_
count float - The total number of ongoing issues within a database.
- migration_
framework str - Framework used for applying migrations.
- migration_
table_ strname - Table name to use for copying schema migration data.
- multiple_
admins_ boolrequired_ for_ deletion - If the database requires multiple admins for deletion.
- name str
- The name of this database.
- organization str
- The organization this database belongs to.
- plan str
- The database plan.
- production_
branch_ boolweb_ console - Whether web console is enabled for production branches.
- production_
branches_ floatcount - The total number of database production branches.
- ready bool
- If the database is ready to be used.
- region
Get
Databases Database Region - The region the database lives in.
- require_
approval_ boolfor_ deploy - Whether an approval is required to deploy schema changes to this database.
- restrict_
branch_ boolregion - Whether to restrict branch creation to one region.
- schema_
last_ strupdated_ at - When the default branch schema was last changed.
- bool
- If the database is sharded.
- state str
- State of the database.
- updated_
at str - When the database was last updated.
- url str
- The URL to the database API endpoint.
- data_
import GetDatabases Database Data Import - If the database was created from an import, describes the import process.
- allow
Data BooleanBranching - Whether seeding branches with data is enabled for all branches.
- at
Backup BooleanRestore Branches Limit - If the database has reached its backup restored branch limit.
- at
Development BooleanBranch Limit - If the database has reached its development branch limit.
- automatic
Migrations Boolean - Whether to automatically manage Rails migrations during deploy requests.
- branches
Count Number - The total number of database branches.
- branches
Url String - The URL to retrieve this database's branches via the API.
- created
At String - When the database was created.
- default
Branch String - The default branch for the database.
- default
Branch NumberRead Only Regions Count - Number of read only regions in the default branch.
- default
Branch NumberShard Count - Number of shards in the default branch.
- default
Branch NumberTable Count - Number of tables in the default branch schema.
- development
Branches NumberCount - The total number of database development branches.
- html
Url String - The total number of database development branches.
- id String
- The ID of the database.
- insights
Raw BooleanQueries - The URL to see this database's branches in the web UI.
- issues
Count Number - The total number of ongoing issues within a database.
- migration
Framework String - Framework used for applying migrations.
- migration
Table StringName - Table name to use for copying schema migration data.
- multiple
Admins BooleanRequired For Deletion - If the database requires multiple admins for deletion.
- name String
- The name of this database.
- organization String
- The organization this database belongs to.
- plan String
- The database plan.
- production
Branch BooleanWeb Console - Whether web console is enabled for production branches.
- production
Branches NumberCount - The total number of database production branches.
- ready Boolean
- If the database is ready to be used.
- region Property Map
- The region the database lives in.
- require
Approval BooleanFor Deploy - Whether an approval is required to deploy schema changes to this database.
- restrict
Branch BooleanRegion - Whether to restrict branch creation to one region.
- schema
Last StringUpdated At - When the default branch schema was last changed.
- Boolean
- If the database is sharded.
- state String
- State of the database.
- updated
At String - When the database was last updated.
- url String
- The URL to the database API endpoint.
- data
Import Property Map - If the database was created from an import, describes the import process.
GetDatabasesDatabaseDataImport
- Data
Source GetDatabases Database Data Import Data Source - Connection information for the source of the data for the import.
- Finished
At string - When the import finished.
- Import
Check stringErrors - Errors encountered while preparing the import.
- Started
At string - When the import started.
- State string
- The state of the import, one of: pending, queued, in_progress, complete, cancelled, error.
- Data
Source GetDatabases Database Data Import Data Source - Connection information for the source of the data for the import.
- Finished
At string - When the import finished.
- Import
Check stringErrors - Errors encountered while preparing the import.
- Started
At string - When the import started.
- State string
- The state of the import, one of: pending, queued, in_progress, complete, cancelled, error.
- data
Source GetDatabases Database Data Import Data Source - Connection information for the source of the data for the import.
- finished
At String - When the import finished.
- import
Check StringErrors - Errors encountered while preparing the import.
- started
At String - When the import started.
- state String
- The state of the import, one of: pending, queued, in_progress, complete, cancelled, error.
- data
Source GetDatabases Database Data Import Data Source - Connection information for the source of the data for the import.
- finished
At string - When the import finished.
- import
Check stringErrors - Errors encountered while preparing the import.
- started
At string - When the import started.
- state string
- The state of the import, one of: pending, queued, in_progress, complete, cancelled, error.
- data_
source GetDatabases Database Data Import Data Source - Connection information for the source of the data for the import.
- finished_
at str - When the import finished.
- import_
check_ strerrors - Errors encountered while preparing the import.
- started_
at str - When the import started.
- state str
- The state of the import, one of: pending, queued, in_progress, complete, cancelled, error.
- data
Source Property Map - Connection information for the source of the data for the import.
- finished
At String - When the import finished.
- import
Check StringErrors - Errors encountered while preparing the import.
- started
At String - When the import started.
- state String
- The state of the import, one of: pending, queued, in_progress, complete, cancelled, error.
GetDatabasesDatabaseDataImportDataSource
GetDatabasesDatabaseRegion
- Display
Name string - Name of the region.
- Enabled bool
- Whether or not the region is currently active.
- Id string
- The ID of the region.
- Location string
- Location of the region.
- Provider string
- Provider for the region (ex. AWS).
- Public
Ip List<string>Addresses - Public IP addresses for the region.
- Slug string
- The slug of the region.
- Display
Name string - Name of the region.
- Enabled bool
- Whether or not the region is currently active.
- Id string
- The ID of the region.
- Location string
- Location of the region.
- Provider string
- Provider for the region (ex. AWS).
- Public
Ip []stringAddresses - Public IP addresses for the region.
- Slug string
- The slug of the region.
- display
Name String - Name of the region.
- enabled Boolean
- Whether or not the region is currently active.
- id String
- The ID of the region.
- location String
- Location of the region.
- provider String
- Provider for the region (ex. AWS).
- public
Ip List<String>Addresses - Public IP addresses for the region.
- slug String
- The slug of the region.
- display
Name string - Name of the region.
- enabled boolean
- Whether or not the region is currently active.
- id string
- The ID of the region.
- location string
- Location of the region.
- provider string
- Provider for the region (ex. AWS).
- public
Ip string[]Addresses - Public IP addresses for the region.
- slug string
- The slug of the region.
- display_
name str - Name of the region.
- enabled bool
- Whether or not the region is currently active.
- id str
- The ID of the region.
- location str
- Location of the region.
- provider str
- Provider for the region (ex. AWS).
- public_
ip_ Sequence[str]addresses - Public IP addresses for the region.
- slug str
- The slug of the region.
- display
Name String - Name of the region.
- enabled Boolean
- Whether or not the region is currently active.
- id String
- The ID of the region.
- location String
- Location of the region.
- provider String
- Provider for the region (ex. AWS).
- public
Ip List<String>Addresses - Public IP addresses for the region.
- slug String
- The slug of the region.
Package Details
- Repository
- planetscale planetscale/terraform-provider-planetscale
- License
- Notes
- This Pulumi package is based on the
planetscale
Terraform Provider.
planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale