turso 0.2.3 published on Friday, Mar 7, 2025 by celest-dev
turso.getGroup
Explore with Pulumi AI
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
This property is required. string - The name of the group.
- Id
This property is required. string - The name of the group.
- id
This property is required. String - The name of the group.
- id
This property is required. string - The name of the group.
- id
This property is required. str - The name of the group.
- id
This property is required. String - The name of the group.
getGroup Result
The following output properties are available:
- Group
Get
Group Group - Id string
- The name of the group.
- Group
Get
Group Group - Id string
- The name of the group.
- group
Get
Group Group - id String
- The name of the group.
- group
Get
Group Group - id string
- The name of the group.
- group
Get
Group Group - id str
- The name of the group.
- group Property Map
- id String
- The name of the group.
Supporting Types
GetGroupGroup
- Archived
This property is required. bool - Groups on the free tier get archived after some inactivity.
- Locations
This property is required. List<string> - An array of location keys the group is located.
- Name
This property is required. string - The group name, unique across your organization.
- Primary
This property is required. string - The primary location key.
- Uuid
This property is required. string - The group universal unique identifier (UUID).
- Version
This property is required. string - The current libSQL server version the databases in that group are running.
- Archived
This property is required. bool - Groups on the free tier get archived after some inactivity.
- Locations
This property is required. []string - An array of location keys the group is located.
- Name
This property is required. string - The group name, unique across your organization.
- Primary
This property is required. string - The primary location key.
- Uuid
This property is required. string - The group universal unique identifier (UUID).
- Version
This property is required. string - The current libSQL server version the databases in that group are running.
- archived
This property is required. Boolean - Groups on the free tier get archived after some inactivity.
- locations
This property is required. List<String> - An array of location keys the group is located.
- name
This property is required. String - The group name, unique across your organization.
- primary
This property is required. String - The primary location key.
- uuid
This property is required. String - The group universal unique identifier (UUID).
- version
This property is required. String - The current libSQL server version the databases in that group are running.
- archived
This property is required. boolean - Groups on the free tier get archived after some inactivity.
- locations
This property is required. string[] - An array of location keys the group is located.
- name
This property is required. string - The group name, unique across your organization.
- primary
This property is required. string - The primary location key.
- uuid
This property is required. string - The group universal unique identifier (UUID).
- version
This property is required. string - The current libSQL server version the databases in that group are running.
- archived
This property is required. bool - Groups on the free tier get archived after some inactivity.
- locations
This property is required. Sequence[str] - An array of location keys the group is located.
- name
This property is required. str - The group name, unique across your organization.
- primary
This property is required. str - The primary location key.
- uuid
This property is required. str - The group universal unique identifier (UUID).
- version
This property is required. str - The current libSQL server version the databases in that group are running.
- archived
This property is required. Boolean - Groups on the free tier get archived after some inactivity.
- locations
This property is required. List<String> - An array of location keys the group is located.
- name
This property is required. String - The group name, unique across your organization.
- primary
This property is required. String - The primary location key.
- uuid
This property is required. String - The group universal unique identifier (UUID).
- version
This property is required. 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.