1. Packages
  2. Turso Provider
  3. API Docs
  4. getGroup
turso 0.2.3 published on Friday, Mar 7, 2025 by celest-dev

turso.getGroup

Explore with Pulumi AI

turso logo
turso 0.2.3 published on Friday, Mar 7, 2025 by celest-dev

    Using getGroup

    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 getGroup(args: GetGroupArgs, opts?: InvokeOptions): Promise<GetGroupResult>
    function getGroupOutput(args: GetGroupOutputArgs, opts?: InvokeOptions): Output<GetGroupResult>
    def get_group(id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetGroupResult
    def get_group_output(id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]
    func LookupGroup(ctx *Context, args *LookupGroupArgs, opts ...InvokeOption) (*LookupGroupResult, error)
    func LookupGroupOutput(ctx *Context, args *LookupGroupOutputArgs, opts ...InvokeOption) LookupGroupResultOutput

    > Note: This function is named LookupGroup in the Go SDK.

    public static class GetGroup 
    {
        public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetGroupResult> Invoke(GetGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
    public static Output<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: turso:index/getGroup:getGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The name of the group.
    Id string
    The name of the group.
    id String
    The name of the group.
    id string
    The name of the group.
    id str
    The name of the group.
    id String
    The name of the group.

    getGroup Result

    The following output properties are available:

    Group GetGroupGroup
    Id string
    The name of the group.
    Group GetGroupGroup
    Id string
    The name of the group.
    group GetGroupGroup
    id String
    The name of the group.
    group GetGroupGroup
    id string
    The name of the group.
    group GetGroupGroup
    id str
    The name of the group.
    group Property Map
    id String
    The name of the group.

    Supporting Types

    GetGroupGroup

    Archived bool
    Groups on the free tier get archived after some inactivity.
    Locations List<string>
    An array of location keys the group is located.
    Name string
    The group name, unique across your organization.
    Primary string
    The primary location key.
    Uuid string
    The group universal unique identifier (UUID).
    Version string
    The current libSQL server version the databases in that group are running.
    Archived bool
    Groups on the free tier get archived after some inactivity.
    Locations []string
    An array of location keys the group is located.
    Name string
    The group name, unique across your organization.
    Primary string
    The primary location key.
    Uuid string
    The group universal unique identifier (UUID).
    Version string
    The current libSQL server version the databases in that group are running.
    archived Boolean
    Groups on the free tier get archived after some inactivity.
    locations List<String>
    An array of location keys the group is located.
    name String
    The group name, unique across your organization.
    primary String
    The primary location key.
    uuid String
    The group universal unique identifier (UUID).
    version String
    The current libSQL server version the databases in that group are running.
    archived boolean
    Groups on the free tier get archived after some inactivity.
    locations string[]
    An array of location keys the group is located.
    name string
    The group name, unique across your organization.
    primary string
    The primary location key.
    uuid string
    The group universal unique identifier (UUID).
    version string
    The current libSQL server version the databases in that group are running.
    archived bool
    Groups on the free tier get archived after some inactivity.
    locations Sequence[str]
    An array of location keys the group is located.
    name str
    The group name, unique across your organization.
    primary str
    The primary location key.
    uuid str
    The group universal unique identifier (UUID).
    version str
    The current libSQL server version the databases in that group are running.
    archived Boolean
    Groups on the free tier get archived after some inactivity.
    locations List<String>
    An array of location keys the group is located.
    name String
    The group name, unique across your organization.
    primary String
    The primary location key.
    uuid String
    The group universal unique identifier (UUID).
    version String
    The current libSQL server version the databases in that group are running.

    Package Details

    Repository
    turso celest-dev/terraform-provider-turso
    License
    Notes
    This Pulumi package is based on the turso Terraform Provider.
    turso logo
    turso 0.2.3 published on Friday, Mar 7, 2025 by celest-dev