planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
planetscale.getDatabase
Explore with Pulumi AI
planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
A PlanetScale database.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as planetscale from "@pulumi/planetscale";
const example = planetscale.getDatabase({
organization: "example",
name: "again",
});
export const db = example;
import pulumi
import pulumi_planetscale as planetscale
example = planetscale.get_database(organization="example",
name="again")
pulumi.export("db", 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.LookupDatabase(ctx, &planetscale.LookupDatabaseArgs{
Organization: "example",
Name: "again",
}, nil)
if err != nil {
return err
}
ctx.Export("db", example)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Planetscale = Pulumi.Planetscale;
return await Deployment.RunAsync(() =>
{
var example = Planetscale.GetDatabase.Invoke(new()
{
Organization = "example",
Name = "again",
});
return new Dictionary<string, object?>
{
["db"] = 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.GetDatabaseArgs;
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.getDatabase(GetDatabaseArgs.builder()
.organization("example")
.name("again")
.build());
ctx.export("db", example.applyValue(getDatabaseResult -> getDatabaseResult));
}
}
variables:
example:
fn::invoke:
function: planetscale:getDatabase
arguments:
organization: example
name: again
outputs:
db: ${example}
Using getDatabase
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 getDatabase(args: GetDatabaseArgs, opts?: InvokeOptions): Promise<GetDatabaseResult>
function getDatabaseOutput(args: GetDatabaseOutputArgs, opts?: InvokeOptions): Output<GetDatabaseResult>
def get_database(allow_data_branching: Optional[bool] = None,
automatic_migrations: Optional[bool] = None,
data_import: Optional[GetDatabaseDataImport] = None,
default_branch: Optional[str] = None,
insights_raw_queries: Optional[bool] = None,
issues_count: Optional[float] = None,
migration_framework: Optional[str] = None,
migration_table_name: Optional[str] = None,
multiple_admins_required_for_deletion: Optional[bool] = None,
name: Optional[str] = None,
organization: Optional[str] = None,
plan: Optional[str] = None,
production_branch_web_console: Optional[bool] = None,
region: Optional[GetDatabaseRegion] = None,
require_approval_for_deploy: Optional[bool] = None,
restrict_branch_region: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetDatabaseResult
def get_database_output(allow_data_branching: Optional[pulumi.Input[bool]] = None,
automatic_migrations: Optional[pulumi.Input[bool]] = None,
data_import: Optional[pulumi.Input[GetDatabaseDataImportArgs]] = None,
default_branch: Optional[pulumi.Input[str]] = None,
insights_raw_queries: Optional[pulumi.Input[bool]] = None,
issues_count: Optional[pulumi.Input[float]] = None,
migration_framework: Optional[pulumi.Input[str]] = None,
migration_table_name: Optional[pulumi.Input[str]] = None,
multiple_admins_required_for_deletion: Optional[pulumi.Input[bool]] = None,
name: Optional[pulumi.Input[str]] = None,
organization: Optional[pulumi.Input[str]] = None,
plan: Optional[pulumi.Input[str]] = None,
production_branch_web_console: Optional[pulumi.Input[bool]] = None,
region: Optional[pulumi.Input[GetDatabaseRegionArgs]] = None,
require_approval_for_deploy: Optional[pulumi.Input[bool]] = None,
restrict_branch_region: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseResult]
func LookupDatabase(ctx *Context, args *LookupDatabaseArgs, opts ...InvokeOption) (*LookupDatabaseResult, error)
func LookupDatabaseOutput(ctx *Context, args *LookupDatabaseOutputArgs, opts ...InvokeOption) LookupDatabaseResultOutput
> Note: This function is named LookupDatabase
in the Go SDK.
public static class GetDatabase
{
public static Task<GetDatabaseResult> InvokeAsync(GetDatabaseArgs args, InvokeOptions? opts = null)
public static Output<GetDatabaseResult> Invoke(GetDatabaseInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatabaseResult> getDatabase(GetDatabaseArgs args, InvokeOptions options)
public static Output<GetDatabaseResult> getDatabase(GetDatabaseArgs args, InvokeOptions options)
fn::invoke:
function: planetscale:index/getDatabase:getDatabase
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of this database.
- Organization string
- The organization this database belongs to.
- Allow
Data boolBranching - Whether seeding branches with data is enabled for all branches.
- Automatic
Migrations bool - Whether to automatically manage Rails migrations during deploy requests.
- Data
Import GetDatabase Data Import - If the database was created from an import, describes the import process.
- Default
Branch string - The default branch for 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.
- Plan string
- The database plan.
- Production
Branch boolWeb Console - Whether web console is enabled for production branches.
- Region
Get
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.
- Name string
- The name of this database.
- Organization string
- The organization this database belongs to.
- Allow
Data boolBranching - Whether seeding branches with data is enabled for all branches.
- Automatic
Migrations bool - Whether to automatically manage Rails migrations during deploy requests.
- Data
Import GetDatabase Data Import - If the database was created from an import, describes the import process.
- Default
Branch string - The default branch for 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.
- Plan string
- The database plan.
- Production
Branch boolWeb Console - Whether web console is enabled for production branches.
- Region
Get
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.
- name String
- The name of this database.
- organization String
- The organization this database belongs to.
- allow
Data BooleanBranching - Whether seeding branches with data is enabled for all branches.
- automatic
Migrations Boolean - Whether to automatically manage Rails migrations during deploy requests.
- data
Import GetDatabase Data Import - If the database was created from an import, describes the import process.
- default
Branch String - The default branch for 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.
- plan String
- The database plan.
- production
Branch BooleanWeb Console - Whether web console is enabled for production branches.
- region
Get
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.
- name string
- The name of this database.
- organization string
- The organization this database belongs to.
- allow
Data booleanBranching - Whether seeding branches with data is enabled for all branches.
- automatic
Migrations boolean - Whether to automatically manage Rails migrations during deploy requests.
- data
Import GetDatabase Data Import - If the database was created from an import, describes the import process.
- default
Branch string - The default branch for 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.
- plan string
- The database plan.
- production
Branch booleanWeb Console - Whether web console is enabled for production branches.
- region
Get
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.
- name str
- The name of this database.
- organization str
- The organization this database belongs to.
- allow_
data_ boolbranching - Whether seeding branches with data is enabled for all branches.
- automatic_
migrations bool - Whether to automatically manage Rails migrations during deploy requests.
- data_
import GetDatabase Data Import - If the database was created from an import, describes the import process.
- default_
branch str - The default branch for 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.
- plan str
- The database plan.
- production_
branch_ boolweb_ console - Whether web console is enabled for production branches.
- region
Get
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.
- name String
- The name of this database.
- organization String
- The organization this database belongs to.
- allow
Data BooleanBranching - Whether seeding branches with data is enabled for all branches.
- automatic
Migrations Boolean - Whether to automatically manage Rails migrations during deploy requests.
- data
Import Property Map - If the database was created from an import, describes the import process.
- default
Branch String - The default branch for 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.
- plan String
- The database plan.
- production
Branch BooleanWeb Console - Whether web console is enabled for production branches.
- 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.
getDatabase Result
The following output properties are available:
- 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
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 GetDatabase 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
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 GetDatabase 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
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 GetDatabase 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
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 GetDatabase 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
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 GetDatabase 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.
Supporting Types
GetDatabaseDataImport
- Data
Source GetDatabase 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 GetDatabase 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 GetDatabase 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 GetDatabase 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 GetDatabase 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.
GetDatabaseDataImportDataSource
GetDatabaseRegion
- 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