Volcengine v0.0.26 published on Friday, Sep 13, 2024 by Volcengine
volcengine.rds.Databases
Explore with Pulumi AI
(Deprecated! Recommend use volcengine_rds_mysql_*** replace) Use this data source to query detailed information of rds databases
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var @default = Volcengine.Rds.Databases.Invoke(new()
{
InstanceId = "mysql-0fdd3bab2e7c",
});
});
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/rds"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := rds.Databases(ctx, &rds.DatabasesArgs{
InstanceId: "mysql-0fdd3bab2e7c",
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.rds.RdsFunctions;
import com.pulumi.volcengine.rds.inputs.DatabasesArgs;
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 default = RdsFunctions.Databases(DatabasesArgs.builder()
.instanceId("mysql-0fdd3bab2e7c")
.build());
}
}
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.rds.databases(instance_id="mysql-0fdd3bab2e7c")
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.rds.Databases({
instanceId: "mysql-0fdd3bab2e7c",
});
variables:
default:
fn::invoke:
Function: volcengine:rds:Databases
Arguments:
instanceId: mysql-0fdd3bab2e7c
Using Databases
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 databases(args: DatabasesArgs, opts?: InvokeOptions): Promise<DatabasesResult>
function databasesOutput(args: DatabasesOutputArgs, opts?: InvokeOptions): Output<DatabasesResult>
def databases(db_status: Optional[str] = None,
instance_id: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> DatabasesResult
def databases_output(db_status: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[DatabasesResult]
func Databases(ctx *Context, args *DatabasesArgs, opts ...InvokeOption) (*DatabasesResult, error)
func DatabasesOutput(ctx *Context, args *DatabasesOutputArgs, opts ...InvokeOption) DatabasesResultOutput
public static class Databases
{
public static Task<DatabasesResult> InvokeAsync(DatabasesArgs args, InvokeOptions? opts = null)
public static Output<DatabasesResult> Invoke(DatabasesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<DatabasesResult> databases(DatabasesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: volcengine:rds:Databases
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id string - The id of the RDS instance.
- Db
Status string - The status of the RDS database.
- Name
Regex string - A Name Regex of RDS database.
- Output
File string - File name where to save data source results.
- Instance
Id string - The id of the RDS instance.
- Db
Status string - The status of the RDS database.
- Name
Regex string - A Name Regex of RDS database.
- Output
File string - File name where to save data source results.
- instance
Id String - The id of the RDS instance.
- db
Status String - The status of the RDS database.
- name
Regex String - A Name Regex of RDS database.
- output
File String - File name where to save data source results.
- instance
Id string - The id of the RDS instance.
- db
Status string - The status of the RDS database.
- name
Regex string - A Name Regex of RDS database.
- output
File string - File name where to save data source results.
- instance_
id str - The id of the RDS instance.
- db_
status str - The status of the RDS database.
- name_
regex str - A Name Regex of RDS database.
- output_
file str - File name where to save data source results.
- instance
Id String - The id of the RDS instance.
- db
Status String - The status of the RDS database.
- name
Regex String - A Name Regex of RDS database.
- output
File String - File name where to save data source results.
Databases Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Id string - Rds
Databases List<DatabasesRds Database> - The collection of RDS instance account query.
- Total
Count int - The total count of RDS database query.
- Db
Status string - The status of the RDS database.
- Name
Regex string - Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Id string - Rds
Databases []DatabasesRds Database - The collection of RDS instance account query.
- Total
Count int - The total count of RDS database query.
- Db
Status string - The status of the RDS database.
- Name
Regex string - Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- instance
Id String - rds
Databases List<DatabasesRds Database> - The collection of RDS instance account query.
- total
Count Integer - The total count of RDS database query.
- db
Status String - The status of the RDS database.
- name
Regex String - output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- instance
Id string - rds
Databases DatabasesRds Database[] - The collection of RDS instance account query.
- total
Count number - The total count of RDS database query.
- db
Status string - The status of the RDS database.
- name
Regex string - output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- instance_
id str - rds_
databases Sequence[DatabasesRds Database] - The collection of RDS instance account query.
- total_
count int - The total count of RDS database query.
- db_
status str - The status of the RDS database.
- name_
regex str - output_
file str
- id String
- The provider-assigned unique ID for this managed resource.
- instance
Id String - rds
Databases List<Property Map> - The collection of RDS instance account query.
- total
Count Number - The total count of RDS database query.
- db
Status String - The status of the RDS database.
- name
Regex String - output
File String
Supporting Types
DatabasesRdsDatabase
- Account
Names string - The account names of the RDS database.
- Character
Set stringName - The character set of the RDS database.
- Db
Name string - The name of the RDS database.
- Db
Status string - The status of the RDS database.
- Id string
- The ID of the RDS database.
- Account
Names string - The account names of the RDS database.
- Character
Set stringName - The character set of the RDS database.
- Db
Name string - The name of the RDS database.
- Db
Status string - The status of the RDS database.
- Id string
- The ID of the RDS database.
- account
Names String - The account names of the RDS database.
- character
Set StringName - The character set of the RDS database.
- db
Name String - The name of the RDS database.
- db
Status String - The status of the RDS database.
- id String
- The ID of the RDS database.
- account
Names string - The account names of the RDS database.
- character
Set stringName - The character set of the RDS database.
- db
Name string - The name of the RDS database.
- db
Status string - The status of the RDS database.
- id string
- The ID of the RDS database.
- account_
names str - The account names of the RDS database.
- character_
set_ strname - The character set of the RDS database.
- db_
name str - The name of the RDS database.
- db_
status str - The status of the RDS database.
- id str
- The ID of the RDS database.
- account
Names String - The account names of the RDS database.
- character
Set StringName - The character set of the RDS database.
- db
Name String - The name of the RDS database.
- db
Status String - The status of the RDS database.
- id String
- The ID of the RDS database.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.