Viewing docs for turso 0.2.3
published on Friday, Mar 7, 2025 by DEPRECATED
published on Friday, Mar 7, 2025 by DEPRECATED
Viewing docs for turso 0.2.3
published on Friday, Mar 7, 2025 by DEPRECATED
published on Friday, Mar 7, 2025 by DEPRECATED
Using getGroups
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 getGroups(opts?: InvokeOptions): Promise<GetGroupsResult>
function getGroupsOutput(opts?: InvokeOptions): Output<GetGroupsResult>def get_groups(opts: Optional[InvokeOptions] = None) -> GetGroupsResult
def get_groups_output(opts: Optional[InvokeOptions] = None) -> Output[GetGroupsResult]func GetGroups(ctx *Context, opts ...InvokeOption) (*GetGroupsResult, error)
func GetGroupsOutput(ctx *Context, opts ...InvokeOption) GetGroupsResultOutput> Note: This function is named GetGroups in the Go SDK.
public static class GetGroups
{
public static Task<GetGroupsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetGroupsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetGroupsResult> getGroups(InvokeOptions options)
public static Output<GetGroupsResult> getGroups(InvokeOptions options)
fn::invoke:
function: turso:index/getGroups:getGroups
arguments:
# arguments dictionarydata "turso_getgroups" "name" {
# arguments
}getGroups Result
The following output properties are available:
- Groups
List<Get
Groups Group> - Id string
- The provider-assigned unique ID for this managed resource.
- Groups
[]Get
Groups Group - Id string
- The provider-assigned unique ID for this managed resource.
- groups list(object)
- id string
- The provider-assigned unique ID for this managed resource.
- groups
List<Get
Groups Group> - id String
- The provider-assigned unique ID for this managed resource.
- groups
Get
Groups Group[] - id string
- The provider-assigned unique ID for this managed resource.
- groups
Sequence[Get
Groups Group] - id str
- The provider-assigned unique ID for this managed resource.
- groups List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetGroupsGroup
- 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 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 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
tursoTerraform Provider.
Viewing docs for turso 0.2.3
published on Friday, Mar 7, 2025 by DEPRECATED
published on Friday, Mar 7, 2025 by DEPRECATED