astra.getAstraDatabases
astra.getAstraDatabases
provides a datasource for a list of Astra databases. This can be used to select databases within your Astra Organization.
Using getAstraDatabases
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 getAstraDatabases(args: GetAstraDatabasesArgs, opts?: InvokeOptions): Promise<GetAstraDatabasesResult>
function getAstraDatabasesOutput(args: GetAstraDatabasesOutputArgs, opts?: InvokeOptions): Output<GetAstraDatabasesResult>
def get_astra_databases(cloud_provider: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAstraDatabasesResult
def get_astra_databases_output(cloud_provider: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAstraDatabasesResult]
func LookupAstraDatabases(ctx *Context, args *LookupAstraDatabasesArgs, opts ...InvokeOption) (*LookupAstraDatabasesResult, error)
func LookupAstraDatabasesOutput(ctx *Context, args *LookupAstraDatabasesOutputArgs, opts ...InvokeOption) LookupAstraDatabasesResultOutput
> Note: This function is named LookupAstraDatabases
in the Go SDK.
public static class GetAstraDatabases
{
public static Task<GetAstraDatabasesResult> InvokeAsync(GetAstraDatabasesArgs args, InvokeOptions? opts = null)
public static Output<GetAstraDatabasesResult> Invoke(GetAstraDatabasesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAstraDatabasesResult> getAstraDatabases(GetAstraDatabasesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: astra:index/getAstraDatabases:getAstraDatabases
arguments:
# arguments dictionary
The following arguments are supported:
- Cloud
Provider string - Status string
- Cloud
Provider string - Status string
- cloud
Provider String - status String
- cloud
Provider string - status string
- cloud_
provider str - status str
- cloud
Provider String - status String
getAstraDatabases Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Results
List<Pulumiverse.
Astra. Outputs. Get Astra Databases Result> - Cloud
Provider string - Status string
- Id string
The provider-assigned unique ID for this managed resource.
- Results
[]Get
Astra Databases Result - Cloud
Provider string - Status string
- id String
The provider-assigned unique ID for this managed resource.
- results
List<Get
Astra Databases Result> - cloud
Provider String - status String
- id string
The provider-assigned unique ID for this managed resource.
- results
Get
Astra Databases Result[] - cloud
Provider string - status string
- id str
The provider-assigned unique ID for this managed resource.
- results
Sequence[Get
Astra Databases Result] - cloud_
provider str - status str
- id String
The provider-assigned unique ID for this managed resource.
- results List<Property Map>
- cloud
Provider String - status String
Supporting Types
GetAstraDatabasesResult
- Additional
Keyspaces List<string> - Cloud
Provider string - Cqlsh
Url string - Data
Endpoint stringUrl - Datacenters Dictionary<string, string>
- Grafana
Url string - Graphql
Url string - Id string
- Keyspace string
- Name string
- Node
Count int - Organization
Id string - Owner
Id string - Regions List<string>
- Replication
Factor int - Status string
- Total
Storage int
- Additional
Keyspaces []string - Cloud
Provider string - Cqlsh
Url string - Data
Endpoint stringUrl - Datacenters map[string]string
- Grafana
Url string - Graphql
Url string - Id string
- Keyspace string
- Name string
- Node
Count int - Organization
Id string - Owner
Id string - Regions []string
- Replication
Factor int - Status string
- Total
Storage int
- additional
Keyspaces List<String> - cloud
Provider String - cqlsh
Url String - data
Endpoint StringUrl - datacenters Map<String,String>
- grafana
Url String - graphql
Url String - id String
- keyspace String
- name String
- node
Count Integer - organization
Id String - owner
Id String - regions List<String>
- replication
Factor Integer - status String
- total
Storage Integer
- additional
Keyspaces string[] - cloud
Provider string - cqlsh
Url string - data
Endpoint stringUrl - datacenters {[key: string]: string}
- grafana
Url string - graphql
Url string - id string
- keyspace string
- name string
- node
Count number - organization
Id string - owner
Id string - regions string[]
- replication
Factor number - status string
- total
Storage number
- additional_
keyspaces Sequence[str] - cloud_
provider str - cqlsh_
url str - data_
endpoint_ strurl - datacenters Mapping[str, str]
- grafana_
url str - graphql_
url str - id str
- keyspace str
- name str
- node_
count int - organization_
id str - owner_
id str - regions Sequence[str]
- replication_
factor int - status str
- total_
storage int
- additional
Keyspaces List<String> - cloud
Provider String - cqlsh
Url String - data
Endpoint StringUrl - datacenters Map<String>
- grafana
Url String - graphql
Url String - id String
- keyspace String
- name String
- node
Count Number - organization
Id String - owner
Id String - regions List<String>
- replication
Factor Number - status String
- total
Storage Number
Package Details
- Repository
- astra pulumiverse/pulumi-astra
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
astra
Terraform Provider.