planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
planetscale.getDatabaseReadOnlyRegions
Explore with Pulumi AI
planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
A list of PlanetScale read-only regions.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as planetscale from "@pulumi/planetscale";
const example = planetscale.getDatabaseReadOnlyRegions({
organization: "example.com",
name: "example_db",
});
export const databaseRoRegions = data.planetscale_database_regions.example;
import pulumi
import pulumi_planetscale as planetscale
example = planetscale.get_database_read_only_regions(organization="example.com",
name="example_db")
pulumi.export("databaseRoRegions", data["planetscale_database_regions"]["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 {
_, err := planetscale.GetDatabaseReadOnlyRegions(ctx, &planetscale.GetDatabaseReadOnlyRegionsArgs{
Organization: "example.com",
Name: "example_db",
}, nil)
if err != nil {
return err
}
ctx.Export("databaseRoRegions", data.Planetscale_database_regions.Example)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Planetscale = Pulumi.Planetscale;
return await Deployment.RunAsync(() =>
{
var example = Planetscale.GetDatabaseReadOnlyRegions.Invoke(new()
{
Organization = "example.com",
Name = "example_db",
});
return new Dictionary<string, object?>
{
["databaseRoRegions"] = data.Planetscale_database_regions.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.GetDatabaseReadOnlyRegionsArgs;
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.getDatabaseReadOnlyRegions(GetDatabaseReadOnlyRegionsArgs.builder()
.organization("example.com")
.name("example_db")
.build());
ctx.export("databaseRoRegions", data.planetscale_database_regions().example());
}
}
variables:
example:
fn::invoke:
function: planetscale:getDatabaseReadOnlyRegions
arguments:
organization: example.com
name: example_db
outputs:
databaseRoRegions: ${data.planetscale_database_regions.example}
Using getDatabaseReadOnlyRegions
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 getDatabaseReadOnlyRegions(args: GetDatabaseReadOnlyRegionsArgs, opts?: InvokeOptions): Promise<GetDatabaseReadOnlyRegionsResult>
function getDatabaseReadOnlyRegionsOutput(args: GetDatabaseReadOnlyRegionsOutputArgs, opts?: InvokeOptions): Output<GetDatabaseReadOnlyRegionsResult>
def get_database_read_only_regions(name: Optional[str] = None,
organization: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDatabaseReadOnlyRegionsResult
def get_database_read_only_regions_output(name: Optional[pulumi.Input[str]] = None,
organization: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseReadOnlyRegionsResult]
func GetDatabaseReadOnlyRegions(ctx *Context, args *GetDatabaseReadOnlyRegionsArgs, opts ...InvokeOption) (*GetDatabaseReadOnlyRegionsResult, error)
func GetDatabaseReadOnlyRegionsOutput(ctx *Context, args *GetDatabaseReadOnlyRegionsOutputArgs, opts ...InvokeOption) GetDatabaseReadOnlyRegionsResultOutput
> Note: This function is named GetDatabaseReadOnlyRegions
in the Go SDK.
public static class GetDatabaseReadOnlyRegions
{
public static Task<GetDatabaseReadOnlyRegionsResult> InvokeAsync(GetDatabaseReadOnlyRegionsArgs args, InvokeOptions? opts = null)
public static Output<GetDatabaseReadOnlyRegionsResult> Invoke(GetDatabaseReadOnlyRegionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatabaseReadOnlyRegionsResult> getDatabaseReadOnlyRegions(GetDatabaseReadOnlyRegionsArgs args, InvokeOptions options)
public static Output<GetDatabaseReadOnlyRegionsResult> getDatabaseReadOnlyRegions(GetDatabaseReadOnlyRegionsArgs args, InvokeOptions options)
fn::invoke:
function: planetscale:index/getDatabaseReadOnlyRegions:getDatabaseReadOnlyRegions
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the database for which the read-only regions are available.
- Organization string
- The organization for which the read-only regions are available.
- Name string
- The name of the database for which the read-only regions are available.
- Organization string
- The organization for which the read-only regions are available.
- name String
- The name of the database for which the read-only regions are available.
- organization String
- The organization for which the read-only regions are available.
- name string
- The name of the database for which the read-only regions are available.
- organization string
- The organization for which the read-only regions are available.
- name str
- The name of the database for which the read-only regions are available.
- organization str
- The organization for which the read-only regions are available.
- name String
- The name of the database for which the read-only regions are available.
- organization String
- The organization for which the read-only regions are available.
getDatabaseReadOnlyRegions Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the database for which the read-only regions are available.
- Organization string
- The organization for which the read-only regions are available.
- Regions
List<Get
Database Read Only Regions Region> - The list of read-only regions available for the database.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the database for which the read-only regions are available.
- Organization string
- The organization for which the read-only regions are available.
- Regions
[]Get
Database Read Only Regions Region - The list of read-only regions available for the database.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the database for which the read-only regions are available.
- organization String
- The organization for which the read-only regions are available.
- regions
List<Get
Database Read Only Regions Region> - The list of read-only regions available for the database.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the database for which the read-only regions are available.
- organization string
- The organization for which the read-only regions are available.
- regions
Get
Database Read Only Regions Region[] - The list of read-only regions available for the database.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the database for which the read-only regions are available.
- organization str
- The organization for which the read-only regions are available.
- regions
Sequence[Get
Database Read Only Regions Region] - The list of read-only regions available for the database.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the database for which the read-only regions are available.
- organization String
- The organization for which the read-only regions are available.
- regions List<Property Map>
- The list of read-only regions available for the database.
Supporting Types
GetDatabaseReadOnlyRegionsRegion
- Actor
Get
Database Read Only Regions Region Actor - The actor that created the read-only region.
- Created
At string - When the read-only region was created.
- Display
Name string - The name of the read-only region.
- Id string
- The ID of the read-only region.
- Ready bool
- Whether or not the read-only region is ready to serve queries.
- Ready
At string - When the read-only region was ready to serve queries.
- Region
Get
Database Read Only Regions Region Region - The details of the read-only region.
- Updated
At string - When the read-only region was last updated.
- Actor
Get
Database Read Only Regions Region Actor - The actor that created the read-only region.
- Created
At string - When the read-only region was created.
- Display
Name string - The name of the read-only region.
- Id string
- The ID of the read-only region.
- Ready bool
- Whether or not the read-only region is ready to serve queries.
- Ready
At string - When the read-only region was ready to serve queries.
- Region
Get
Database Read Only Regions Region Region - The details of the read-only region.
- Updated
At string - When the read-only region was last updated.
- actor
Get
Database Read Only Regions Region Actor - The actor that created the read-only region.
- created
At String - When the read-only region was created.
- display
Name String - The name of the read-only region.
- id String
- The ID of the read-only region.
- ready Boolean
- Whether or not the read-only region is ready to serve queries.
- ready
At String - When the read-only region was ready to serve queries.
- region
Get
Database Read Only Regions Region Region - The details of the read-only region.
- updated
At String - When the read-only region was last updated.
- actor
Get
Database Read Only Regions Region Actor - The actor that created the read-only region.
- created
At string - When the read-only region was created.
- display
Name string - The name of the read-only region.
- id string
- The ID of the read-only region.
- ready boolean
- Whether or not the read-only region is ready to serve queries.
- ready
At string - When the read-only region was ready to serve queries.
- region
Get
Database Read Only Regions Region Region - The details of the read-only region.
- updated
At string - When the read-only region was last updated.
- actor
Get
Database Read Only Regions Region Actor - The actor that created the read-only region.
- created_
at str - When the read-only region was created.
- display_
name str - The name of the read-only region.
- id str
- The ID of the read-only region.
- ready bool
- Whether or not the read-only region is ready to serve queries.
- ready_
at str - When the read-only region was ready to serve queries.
- region
Get
Database Read Only Regions Region Region - The details of the read-only region.
- updated_
at str - When the read-only region was last updated.
- actor Property Map
- The actor that created the read-only region.
- created
At String - When the read-only region was created.
- display
Name String - The name of the read-only region.
- id String
- The ID of the read-only region.
- ready Boolean
- Whether or not the read-only region is ready to serve queries.
- ready
At String - When the read-only region was ready to serve queries.
- region Property Map
- The details of the read-only region.
- updated
At String - When the read-only region was last updated.
GetDatabaseReadOnlyRegionsRegionActor
- 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
GetDatabaseReadOnlyRegionsRegionRegion
- 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