planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
planetscale.getBranch
Explore with Pulumi AI
planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
A PlanetScale branch.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as planetscale from "@pulumi/planetscale";
const example = planetscale.getBranch({
organization: "example.com",
database: "example_db",
name: "main",
});
export const branch = example;
import pulumi
import pulumi_planetscale as planetscale
example = planetscale.get_branch(organization="example.com",
database="example_db",
name="main")
pulumi.export("branch", 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.LookupBranch(ctx, &planetscale.LookupBranchArgs{
Organization: "example.com",
Database: "example_db",
Name: "main",
}, nil)
if err != nil {
return err
}
ctx.Export("branch", example)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Planetscale = Pulumi.Planetscale;
return await Deployment.RunAsync(() =>
{
var example = Planetscale.GetBranch.Invoke(new()
{
Organization = "example.com",
Database = "example_db",
Name = "main",
});
return new Dictionary<string, object?>
{
["branch"] = 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.GetBranchArgs;
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.getBranch(GetBranchArgs.builder()
.organization("example.com")
.database("example_db")
.name("main")
.build());
ctx.export("branch", example.applyValue(getBranchResult -> getBranchResult));
}
}
variables:
example:
fn::invoke:
function: planetscale:getBranch
arguments:
organization: example.com
database: example_db
name: main
outputs:
branch: ${example}
Using getBranch
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 getBranch(args: GetBranchArgs, opts?: InvokeOptions): Promise<GetBranchResult>
function getBranchOutput(args: GetBranchOutputArgs, opts?: InvokeOptions): Output<GetBranchResult>
def get_branch(database: Optional[str] = None,
name: Optional[str] = None,
organization: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBranchResult
def get_branch_output(database: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
organization: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBranchResult]
func LookupBranch(ctx *Context, args *LookupBranchArgs, opts ...InvokeOption) (*LookupBranchResult, error)
func LookupBranchOutput(ctx *Context, args *LookupBranchOutputArgs, opts ...InvokeOption) LookupBranchResultOutput
> Note: This function is named LookupBranch
in the Go SDK.
public static class GetBranch
{
public static Task<GetBranchResult> InvokeAsync(GetBranchArgs args, InvokeOptions? opts = null)
public static Output<GetBranchResult> Invoke(GetBranchInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBranchResult> getBranch(GetBranchArgs args, InvokeOptions options)
public static Output<GetBranchResult> getBranch(GetBranchArgs args, InvokeOptions options)
fn::invoke:
function: planetscale:index/getBranch:getBranch
arguments:
# arguments dictionary
The following arguments are supported:
- Database string
- The database this branch belongs to.
- Name string
- The name of the branch.
- Organization string
- The organization this branch belongs to.
- Database string
- The database this branch belongs to.
- Name string
- The name of the branch.
- Organization string
- The organization this branch belongs to.
- database String
- The database this branch belongs to.
- name String
- The name of the branch.
- organization String
- The organization this branch belongs to.
- database string
- The database this branch belongs to.
- name string
- The name of the branch.
- organization string
- The organization this branch belongs to.
- database str
- The database this branch belongs to.
- name str
- The name of the branch.
- organization str
- The organization this branch belongs to.
- database String
- The database this branch belongs to.
- name String
- The name of the branch.
- organization String
- The organization this branch belongs to.
getBranch Result
The following output properties are available:
- Access
Host stringUrl - The access host URL for the branch. This is a legacy field, use
mysql_edge_address
. - Actor
Get
Branch Actor - The actor who created this branch.
- Cluster
Rate stringName - The SKU representing the branch's cluster size.
- Created
At string - When the branch was created.
- Database string
- The database this branch belongs to.
- Html
Url string - Planetscale app URL for the branch.
- Id string
- The ID of the branch.
- Initial
Restore stringId - The ID of the backup from which the branch was restored.
- Mysql
Address string - The MySQL address for the branch.
- Mysql
Edge stringAddress - The address of the MySQL provider for the branch.
- Name string
- The name of the branch.
- Organization string
- The organization this branch belongs to.
- Parent
Branch string - The name of the parent branch from which the branch was created.
- Production bool
- Whether or not the branch is a production branch.
- Ready bool
- Whether or not the branch is ready to serve queries.
- Region
Get
Branch Region - The region in which this branch lives.
- Restore
Checklist stringCompleted At - When a user last marked a backup restore checklist as completed.
- Restored
From GetBranch Branch Restored From Branch - Safe
Migrations bool - Whether safe migrations are enabled for this branch.
- Schema
Last stringUpdated At - When the schema for the branch was last updated.
- double
- The number of shards in the branch.
- bool
- Whether or not the branch is sharded.
- Updated
At string - When the branch was last updated.
- Access
Host stringUrl - The access host URL for the branch. This is a legacy field, use
mysql_edge_address
. - Actor
Get
Branch Actor - The actor who created this branch.
- Cluster
Rate stringName - The SKU representing the branch's cluster size.
- Created
At string - When the branch was created.
- Database string
- The database this branch belongs to.
- Html
Url string - Planetscale app URL for the branch.
- Id string
- The ID of the branch.
- Initial
Restore stringId - The ID of the backup from which the branch was restored.
- Mysql
Address string - The MySQL address for the branch.
- Mysql
Edge stringAddress - The address of the MySQL provider for the branch.
- Name string
- The name of the branch.
- Organization string
- The organization this branch belongs to.
- Parent
Branch string - The name of the parent branch from which the branch was created.
- Production bool
- Whether or not the branch is a production branch.
- Ready bool
- Whether or not the branch is ready to serve queries.
- Region
Get
Branch Region - The region in which this branch lives.
- Restore
Checklist stringCompleted At - When a user last marked a backup restore checklist as completed.
- Restored
From GetBranch Branch Restored From Branch - Safe
Migrations bool - Whether safe migrations are enabled for this branch.
- Schema
Last stringUpdated At - When the schema for the branch was last updated.
- float64
- The number of shards in the branch.
- bool
- Whether or not the branch is sharded.
- Updated
At string - When the branch was last updated.
- access
Host StringUrl - The access host URL for the branch. This is a legacy field, use
mysql_edge_address
. - actor
Get
Branch Actor - The actor who created this branch.
- cluster
Rate StringName - The SKU representing the branch's cluster size.
- created
At String - When the branch was created.
- database String
- The database this branch belongs to.
- html
Url String - Planetscale app URL for the branch.
- id String
- The ID of the branch.
- initial
Restore StringId - The ID of the backup from which the branch was restored.
- mysql
Address String - The MySQL address for the branch.
- mysql
Edge StringAddress - The address of the MySQL provider for the branch.
- name String
- The name of the branch.
- organization String
- The organization this branch belongs to.
- parent
Branch String - The name of the parent branch from which the branch was created.
- production Boolean
- Whether or not the branch is a production branch.
- ready Boolean
- Whether or not the branch is ready to serve queries.
- region
Get
Branch Region - The region in which this branch lives.
- restore
Checklist StringCompleted At - When a user last marked a backup restore checklist as completed.
- restored
From GetBranch Branch Restored From Branch - safe
Migrations Boolean - Whether safe migrations are enabled for this branch.
- schema
Last StringUpdated At - When the schema for the branch was last updated.
- Double
- The number of shards in the branch.
- Boolean
- Whether or not the branch is sharded.
- updated
At String - When the branch was last updated.
- access
Host stringUrl - The access host URL for the branch. This is a legacy field, use
mysql_edge_address
. - actor
Get
Branch Actor - The actor who created this branch.
- cluster
Rate stringName - The SKU representing the branch's cluster size.
- created
At string - When the branch was created.
- database string
- The database this branch belongs to.
- html
Url string - Planetscale app URL for the branch.
- id string
- The ID of the branch.
- initial
Restore stringId - The ID of the backup from which the branch was restored.
- mysql
Address string - The MySQL address for the branch.
- mysql
Edge stringAddress - The address of the MySQL provider for the branch.
- name string
- The name of the branch.
- organization string
- The organization this branch belongs to.
- parent
Branch string - The name of the parent branch from which the branch was created.
- production boolean
- Whether or not the branch is a production branch.
- ready boolean
- Whether or not the branch is ready to serve queries.
- region
Get
Branch Region - The region in which this branch lives.
- restore
Checklist stringCompleted At - When a user last marked a backup restore checklist as completed.
- restored
From GetBranch Branch Restored From Branch - safe
Migrations boolean - Whether safe migrations are enabled for this branch.
- schema
Last stringUpdated At - When the schema for the branch was last updated.
- number
- The number of shards in the branch.
- boolean
- Whether or not the branch is sharded.
- updated
At string - When the branch was last updated.
- access_
host_ strurl - The access host URL for the branch. This is a legacy field, use
mysql_edge_address
. - actor
Get
Branch Actor - The actor who created this branch.
- cluster_
rate_ strname - The SKU representing the branch's cluster size.
- created_
at str - When the branch was created.
- database str
- The database this branch belongs to.
- html_
url str - Planetscale app URL for the branch.
- id str
- The ID of the branch.
- initial_
restore_ strid - The ID of the backup from which the branch was restored.
- mysql_
address str - The MySQL address for the branch.
- mysql_
edge_ straddress - The address of the MySQL provider for the branch.
- name str
- The name of the branch.
- organization str
- The organization this branch belongs to.
- parent_
branch str - The name of the parent branch from which the branch was created.
- production bool
- Whether or not the branch is a production branch.
- ready bool
- Whether or not the branch is ready to serve queries.
- region
Get
Branch Region - The region in which this branch lives.
- restore_
checklist_ strcompleted_ at - When a user last marked a backup restore checklist as completed.
- restored_
from_ Getbranch Branch Restored From Branch - safe_
migrations bool - Whether safe migrations are enabled for this branch.
- schema_
last_ strupdated_ at - When the schema for the branch was last updated.
- float
- The number of shards in the branch.
- bool
- Whether or not the branch is sharded.
- updated_
at str - When the branch was last updated.
- access
Host StringUrl - The access host URL for the branch. This is a legacy field, use
mysql_edge_address
. - actor Property Map
- The actor who created this branch.
- cluster
Rate StringName - The SKU representing the branch's cluster size.
- created
At String - When the branch was created.
- database String
- The database this branch belongs to.
- html
Url String - Planetscale app URL for the branch.
- id String
- The ID of the branch.
- initial
Restore StringId - The ID of the backup from which the branch was restored.
- mysql
Address String - The MySQL address for the branch.
- mysql
Edge StringAddress - The address of the MySQL provider for the branch.
- name String
- The name of the branch.
- organization String
- The organization this branch belongs to.
- parent
Branch String - The name of the parent branch from which the branch was created.
- production Boolean
- Whether or not the branch is a production branch.
- ready Boolean
- Whether or not the branch is ready to serve queries.
- region Property Map
- The region in which this branch lives.
- restore
Checklist StringCompleted At - When a user last marked a backup restore checklist as completed.
- restored
From Property MapBranch - safe
Migrations Boolean - Whether safe migrations are enabled for this branch.
- schema
Last StringUpdated At - When the schema for the branch was last updated.
- Number
- The number of shards in the branch.
- Boolean
- Whether or not the branch is sharded.
- updated
At String - When the branch was last updated.
Supporting Types
GetBranchActor
- Avatar
Url string - The URL of the actor's avatar
- Display
Name string - The name of the actor
- Id string
- The ID of the actor
- Avatar
Url string - The URL of the actor's avatar
- Display
Name string - The name of the actor
- Id string
- The ID of the actor
- avatar
Url String - The URL of the actor's avatar
- display
Name String - The name of the actor
- id String
- The ID of the actor
- avatar
Url string - The URL of the actor's avatar
- display
Name string - The name of the actor
- id string
- The ID of the actor
- avatar_
url str - The URL of the actor's avatar
- display_
name str - The name of the actor
- id str
- The ID of the actor
- avatar
Url String - The URL of the actor's avatar
- display
Name String - The name of the actor
- id String
- The ID of the actor
GetBranchRegion
- 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.
GetBranchRestoredFromBranch
- created_
at str - When the resource was created.
- deleted_
at str - When the resource was deleted, if deleted.
- id str
- The ID for the resource.
- name str
- The name for the resource.
- updated_
at str - When the resource was last updated.
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