Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine
published on Thursday, Apr 2, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine
published on Thursday, Apr 2, 2026 by Volcengine
Data Source schema for Volcengine::VEDBM::Database
Using getDatabase
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 getDatabase(args: GetDatabaseArgs, opts?: InvokeOptions): Promise<GetDatabaseResult>
function getDatabaseOutput(args: GetDatabaseOutputArgs, opts?: InvokeOptions): Output<GetDatabaseResult>def get_database(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDatabaseResult
def get_database_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseResult]func LookupDatabase(ctx *Context, args *LookupDatabaseArgs, opts ...InvokeOption) (*LookupDatabaseResult, error)
func LookupDatabaseOutput(ctx *Context, args *LookupDatabaseOutputArgs, opts ...InvokeOption) LookupDatabaseResultOutput> Note: This function is named LookupDatabase in the Go SDK.
public static class GetDatabase
{
public static Task<GetDatabaseResult> InvokeAsync(GetDatabaseArgs args, InvokeOptions? opts = null)
public static Output<GetDatabaseResult> Invoke(GetDatabaseInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDatabaseResult> getDatabase(GetDatabaseArgs args, InvokeOptions options)
public static Output<GetDatabaseResult> getDatabase(GetDatabaseArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:vedbm/getDatabase:getDatabase
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getDatabase Result
The following output properties are available:
- Character
Set stringName - Database character set. Options: utf8mb4 (default), utf8, latin1, ascii
- Databases
Privileges List<Volcengine.Get Database Databases Privilege> - Database permission information
- Db
Desc string - Database description, length 0–256 characters; can include numbers, Chinese and English characters, underscores (_), and hyphens (-)
- Db
Name string - Database name. Naming rules: Must be unique within the current instance; length 2–64 characters; starts with a letter, ends with a letter or number; can contain letters, numbers, underscores (_), and hyphens (-); reserved words are not allowed
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID
- Character
Set stringName - Database character set. Options: utf8mb4 (default), utf8, latin1, ascii
- Databases
Privileges []GetDatabase Databases Privilege - Database permission information
- Db
Desc string - Database description, length 0–256 characters; can include numbers, Chinese and English characters, underscores (_), and hyphens (-)
- Db
Name string - Database name. Naming rules: Must be unique within the current instance; length 2–64 characters; starts with a letter, ends with a letter or number; can contain letters, numbers, underscores (_), and hyphens (-); reserved words are not allowed
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID
- character
Set StringName - Database character set. Options: utf8mb4 (default), utf8, latin1, ascii
- databases
Privileges List<GetDatabase Databases Privilege> - Database permission information
- db
Desc String - Database description, length 0–256 characters; can include numbers, Chinese and English characters, underscores (_), and hyphens (-)
- db
Name String - Database name. Naming rules: Must be unique within the current instance; length 2–64 characters; starts with a letter, ends with a letter or number; can contain letters, numbers, underscores (_), and hyphens (-); reserved words are not allowed
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID
- character
Set stringName - Database character set. Options: utf8mb4 (default), utf8, latin1, ascii
- databases
Privileges GetDatabase Databases Privilege[] - Database permission information
- db
Desc string - Database description, length 0–256 characters; can include numbers, Chinese and English characters, underscores (_), and hyphens (-)
- db
Name string - Database name. Naming rules: Must be unique within the current instance; length 2–64 characters; starts with a letter, ends with a letter or number; can contain letters, numbers, underscores (_), and hyphens (-); reserved words are not allowed
- id string
- Uniquely identifies the resource.
- instance
Id string - Instance ID
- character_
set_ strname - Database character set. Options: utf8mb4 (default), utf8, latin1, ascii
- databases_
privileges Sequence[GetDatabase Databases Privilege] - Database permission information
- db_
desc str - Database description, length 0–256 characters; can include numbers, Chinese and English characters, underscores (_), and hyphens (-)
- db_
name str - Database name. Naming rules: Must be unique within the current instance; length 2–64 characters; starts with a letter, ends with a letter or number; can contain letters, numbers, underscores (_), and hyphens (-); reserved words are not allowed
- id str
- Uniquely identifies the resource.
- instance_
id str - Instance ID
- character
Set StringName - Database character set. Options: utf8mb4 (default), utf8, latin1, ascii
- databases
Privileges List<Property Map> - Database permission information
- db
Desc String - Database description, length 0–256 characters; can include numbers, Chinese and English characters, underscores (_), and hyphens (-)
- db
Name String - Database name. Naming rules: Must be unique within the current instance; length 2–64 characters; starts with a letter, ends with a letter or number; can contain letters, numbers, underscores (_), and hyphens (-); reserved words are not allowed
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID
Supporting Types
GetDatabaseDatabasesPrivilege
- Account
Name string - Account name to be authorized
- Account
Privilege string - Database permission type: ReadWrite/ReadOnly/DDLOnly/DMLOnly/Custom
- Account
Privilege List<string>Details - Specific SQL operation permissions, separated by English commas; required for Custom type
- Account
Name string - Account name to be authorized
- Account
Privilege string - Database permission type: ReadWrite/ReadOnly/DDLOnly/DMLOnly/Custom
- Account
Privilege []stringDetails - Specific SQL operation permissions, separated by English commas; required for Custom type
- account
Name String - Account name to be authorized
- account
Privilege String - Database permission type: ReadWrite/ReadOnly/DDLOnly/DMLOnly/Custom
- account
Privilege List<String>Details - Specific SQL operation permissions, separated by English commas; required for Custom type
- account
Name string - Account name to be authorized
- account
Privilege string - Database permission type: ReadWrite/ReadOnly/DDLOnly/DMLOnly/Custom
- account
Privilege string[]Details - Specific SQL operation permissions, separated by English commas; required for Custom type
- account_
name str - Account name to be authorized
- account_
privilege str - Database permission type: ReadWrite/ReadOnly/DDLOnly/DMLOnly/Custom
- account_
privilege_ Sequence[str]details - Specific SQL operation permissions, separated by English commas; required for Custom type
- account
Name String - Account name to be authorized
- account
Privilege String - Database permission type: ReadWrite/ReadOnly/DDLOnly/DMLOnly/Custom
- account
Privilege List<String>Details - Specific SQL operation permissions, separated by English commas; required for Custom type
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine
published on Thursday, Apr 2, 2026 by Volcengine
