Viewing docs for volcenginecc v0.0.33
published on Thursday, May 7, 2026 by Volcengine
published on Thursday, May 7, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.33
published on Thursday, May 7, 2026 by Volcengine
published on Thursday, May 7, 2026 by Volcengine
Data Source schema for Volcengine::RDSMySQL::DBAccount
Using getDbAccount
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 getDbAccount(args: GetDbAccountArgs, opts?: InvokeOptions): Promise<GetDbAccountResult>
function getDbAccountOutput(args: GetDbAccountOutputArgs, opts?: InvokeOptions): Output<GetDbAccountResult>def get_db_account(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbAccountResult
def get_db_account_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbAccountResult]func LookupDbAccount(ctx *Context, args *LookupDbAccountArgs, opts ...InvokeOption) (*LookupDbAccountResult, error)
func LookupDbAccountOutput(ctx *Context, args *LookupDbAccountOutputArgs, opts ...InvokeOption) LookupDbAccountResultOutput> Note: This function is named LookupDbAccount in the Go SDK.
public static class GetDbAccount
{
public static Task<GetDbAccountResult> InvokeAsync(GetDbAccountArgs args, InvokeOptions? opts = null)
public static Output<GetDbAccountResult> Invoke(GetDbAccountInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbAccountResult> getDbAccount(GetDbAccountArgs args, InvokeOptions options)
public static Output<GetDbAccountResult> getDbAccount(GetDbAccountArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:rdsmysql/getDbAccount:getDbAccount
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.
getDbAccount Result
The following output properties are available:
- Account
Desc string - Account information description, maximum length 256 characters.
- Account
Name string - Database account name. Naming rules: Must be 2–32 characters long. Must start with a letter and end with a letter or number. Can contain letters, numbers, underscores (_), and hyphens (-). The account name must be unique within the instance. Certain reserved words cannot be used; for disabled reserved words, see the disabled word list. Note: The keywords root and admin can be used in high-privilege account names.
- Account
Password string - Database account password. Rules: Length must be 8–32 characters. Must include at least three of the following: uppercase letters, lowercase letters, numbers, special characters. Allowed special characters: !@#$%^&*()_+-=,.&?|/.
- Account
Privileges List<Volcengine.Get Db Account Account Privilege> - Specified database privilege information for the account. Note: When AccountType is set to Super, AccountPrivileges does not need to be specified.
- Account
Privileges List<string>Sqls - SQL statement for the account's specified database permission information.
- Account
Status string - Account status. Values: Unavailable: unavailable. Available: available.
- Account
Type string - Account type. Value options: Super: high-privilege account. Normal: regular account.
- Has
Table List<string>Column Privilege Db Names - The database to which the account's table/column privileges belong. Note: If the account does not have table/column privileges, this field will not be returned.
- Host string
- IP address from which the specified database account can access the database.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID.
- Table
Column List<Volcengine.Privileges Get Db Account Table Column Privilege> - Account table column permission settings.
- Account
Desc string - Account information description, maximum length 256 characters.
- Account
Name string - Database account name. Naming rules: Must be 2–32 characters long. Must start with a letter and end with a letter or number. Can contain letters, numbers, underscores (_), and hyphens (-). The account name must be unique within the instance. Certain reserved words cannot be used; for disabled reserved words, see the disabled word list. Note: The keywords root and admin can be used in high-privilege account names.
- Account
Password string - Database account password. Rules: Length must be 8–32 characters. Must include at least three of the following: uppercase letters, lowercase letters, numbers, special characters. Allowed special characters: !@#$%^&*()_+-=,.&?|/.
- Account
Privileges []GetDb Account Account Privilege - Specified database privilege information for the account. Note: When AccountType is set to Super, AccountPrivileges does not need to be specified.
- Account
Privileges []stringSqls - SQL statement for the account's specified database permission information.
- Account
Status string - Account status. Values: Unavailable: unavailable. Available: available.
- Account
Type string - Account type. Value options: Super: high-privilege account. Normal: regular account.
- Has
Table []stringColumn Privilege Db Names - The database to which the account's table/column privileges belong. Note: If the account does not have table/column privileges, this field will not be returned.
- Host string
- IP address from which the specified database account can access the database.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID.
- Table
Column []GetPrivileges Db Account Table Column Privilege - Account table column permission settings.
- account
Desc String - Account information description, maximum length 256 characters.
- account
Name String - Database account name. Naming rules: Must be 2–32 characters long. Must start with a letter and end with a letter or number. Can contain letters, numbers, underscores (_), and hyphens (-). The account name must be unique within the instance. Certain reserved words cannot be used; for disabled reserved words, see the disabled word list. Note: The keywords root and admin can be used in high-privilege account names.
- account
Password String - Database account password. Rules: Length must be 8–32 characters. Must include at least three of the following: uppercase letters, lowercase letters, numbers, special characters. Allowed special characters: !@#$%^&*()_+-=,.&?|/.
- account
Privileges List<GetDb Account Account Privilege> - Specified database privilege information for the account. Note: When AccountType is set to Super, AccountPrivileges does not need to be specified.
- account
Privileges List<String>Sqls - SQL statement for the account's specified database permission information.
- account
Status String - Account status. Values: Unavailable: unavailable. Available: available.
- account
Type String - Account type. Value options: Super: high-privilege account. Normal: regular account.
- has
Table List<String>Column Privilege Db Names - The database to which the account's table/column privileges belong. Note: If the account does not have table/column privileges, this field will not be returned.
- host String
- IP address from which the specified database account can access the database.
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID.
- table
Column List<GetPrivileges Db Account Table Column Privilege> - Account table column permission settings.
- account
Desc string - Account information description, maximum length 256 characters.
- account
Name string - Database account name. Naming rules: Must be 2–32 characters long. Must start with a letter and end with a letter or number. Can contain letters, numbers, underscores (_), and hyphens (-). The account name must be unique within the instance. Certain reserved words cannot be used; for disabled reserved words, see the disabled word list. Note: The keywords root and admin can be used in high-privilege account names.
- account
Password string - Database account password. Rules: Length must be 8–32 characters. Must include at least three of the following: uppercase letters, lowercase letters, numbers, special characters. Allowed special characters: !@#$%^&*()_+-=,.&?|/.
- account
Privileges GetDb Account Account Privilege[] - Specified database privilege information for the account. Note: When AccountType is set to Super, AccountPrivileges does not need to be specified.
- account
Privileges string[]Sqls - SQL statement for the account's specified database permission information.
- account
Status string - Account status. Values: Unavailable: unavailable. Available: available.
- account
Type string - Account type. Value options: Super: high-privilege account. Normal: regular account.
- has
Table string[]Column Privilege Db Names - The database to which the account's table/column privileges belong. Note: If the account does not have table/column privileges, this field will not be returned.
- host string
- IP address from which the specified database account can access the database.
- id string
- Uniquely identifies the resource.
- instance
Id string - Instance ID.
- table
Column GetPrivileges Db Account Table Column Privilege[] - Account table column permission settings.
- account_
desc str - Account information description, maximum length 256 characters.
- account_
name str - Database account name. Naming rules: Must be 2–32 characters long. Must start with a letter and end with a letter or number. Can contain letters, numbers, underscores (_), and hyphens (-). The account name must be unique within the instance. Certain reserved words cannot be used; for disabled reserved words, see the disabled word list. Note: The keywords root and admin can be used in high-privilege account names.
- account_
password str - Database account password. Rules: Length must be 8–32 characters. Must include at least three of the following: uppercase letters, lowercase letters, numbers, special characters. Allowed special characters: !@#$%^&*()_+-=,.&?|/.
- account_
privileges Sequence[GetDb Account Account Privilege] - Specified database privilege information for the account. Note: When AccountType is set to Super, AccountPrivileges does not need to be specified.
- account_
privileges_ Sequence[str]sqls - SQL statement for the account's specified database permission information.
- account_
status str - Account status. Values: Unavailable: unavailable. Available: available.
- account_
type str - Account type. Value options: Super: high-privilege account. Normal: regular account.
- has_
table_ Sequence[str]column_ privilege_ db_ names - The database to which the account's table/column privileges belong. Note: If the account does not have table/column privileges, this field will not be returned.
- host str
- IP address from which the specified database account can access the database.
- id str
- Uniquely identifies the resource.
- instance_
id str - Instance ID.
- table_
column_ Sequence[Getprivileges Db Account Table Column Privilege] - Account table column permission settings.
- account
Desc String - Account information description, maximum length 256 characters.
- account
Name String - Database account name. Naming rules: Must be 2–32 characters long. Must start with a letter and end with a letter or number. Can contain letters, numbers, underscores (_), and hyphens (-). The account name must be unique within the instance. Certain reserved words cannot be used; for disabled reserved words, see the disabled word list. Note: The keywords root and admin can be used in high-privilege account names.
- account
Password String - Database account password. Rules: Length must be 8–32 characters. Must include at least three of the following: uppercase letters, lowercase letters, numbers, special characters. Allowed special characters: !@#$%^&*()_+-=,.&?|/.
- account
Privileges List<Property Map> - Specified database privilege information for the account. Note: When AccountType is set to Super, AccountPrivileges does not need to be specified.
- account
Privileges List<String>Sqls - SQL statement for the account's specified database permission information.
- account
Status String - Account status. Values: Unavailable: unavailable. Available: available.
- account
Type String - Account type. Value options: Super: high-privilege account. Normal: regular account.
- has
Table List<String>Column Privilege Db Names - The database to which the account's table/column privileges belong. Note: If the account does not have table/column privileges, this field will not be returned.
- host String
- IP address from which the specified database account can access the database.
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID.
- table
Column List<Property Map>Privileges - Account table column permission settings.
Supporting Types
GetDbAccountAccountPrivilege
- Account
Privilege string - Type of database permission. Value options: ReadWrite: read and write permission. ReadOnly: read-only permission. DDLOnly: DDL permission only. DMLOnly: DML permission only. Custom: custom permission. Global: global permission. None: clear account permission. Note: When used as a request parameter, pay attention to the following: Only Global and None are allowed as values when used as request parameters. Permission type is single-select; passing multiple values will result in an error. Only the GrantDBAccountPrivilege API supports None as a value for AccountPrivilege. When AccountPrivilege is set to None and DBName is an empty string, all global permissions for the account are cleared. If DBName is set to a specific database, all permissions for the account in that database are cleared.
- Account
Privilege List<string>Details - Account privilege information. When AccountPrivilege is set to Custom, the valid values for this field are: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, EVENT, TRIGGER, CREATE ROUTINE, ALTER ROUTINE. When AccountPrivilege is set to Global, the valid values for this field are: PROCESS, REPLICATION SLAVE, REPLICATION CLIENT, SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, REFERENCES, INDEX, ALTER, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, EVENT, TRIGGER, SHOW DATABASES, CREATE TEMPORARY TABLES. Note: When used as a request parameter, this field is required if AccountPrivilege is set to Custom. In the CreateDBAccount API, REPLICATION SLAVE, PROCESS, and REPLICATION CLIENT global privileges are automatically granted to the account. Multiple values can be specified, separated by commas (,). The write mode is overwrite.
- Db
Name string - The name of the database for which account authorization needs to be modified or for which the account already has privileges. Note: When used as a request parameter in the CreateDBAccount and GrantDBAccountPrivilege APIs, ensure that the database corresponding to DBName already exists. For global privilege modifications, set DBName to an empty string.
- Account
Privilege string - Type of database permission. Value options: ReadWrite: read and write permission. ReadOnly: read-only permission. DDLOnly: DDL permission only. DMLOnly: DML permission only. Custom: custom permission. Global: global permission. None: clear account permission. Note: When used as a request parameter, pay attention to the following: Only Global and None are allowed as values when used as request parameters. Permission type is single-select; passing multiple values will result in an error. Only the GrantDBAccountPrivilege API supports None as a value for AccountPrivilege. When AccountPrivilege is set to None and DBName is an empty string, all global permissions for the account are cleared. If DBName is set to a specific database, all permissions for the account in that database are cleared.
- Account
Privilege []stringDetails - Account privilege information. When AccountPrivilege is set to Custom, the valid values for this field are: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, EVENT, TRIGGER, CREATE ROUTINE, ALTER ROUTINE. When AccountPrivilege is set to Global, the valid values for this field are: PROCESS, REPLICATION SLAVE, REPLICATION CLIENT, SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, REFERENCES, INDEX, ALTER, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, EVENT, TRIGGER, SHOW DATABASES, CREATE TEMPORARY TABLES. Note: When used as a request parameter, this field is required if AccountPrivilege is set to Custom. In the CreateDBAccount API, REPLICATION SLAVE, PROCESS, and REPLICATION CLIENT global privileges are automatically granted to the account. Multiple values can be specified, separated by commas (,). The write mode is overwrite.
- Db
Name string - The name of the database for which account authorization needs to be modified or for which the account already has privileges. Note: When used as a request parameter in the CreateDBAccount and GrantDBAccountPrivilege APIs, ensure that the database corresponding to DBName already exists. For global privilege modifications, set DBName to an empty string.
- account
Privilege String - Type of database permission. Value options: ReadWrite: read and write permission. ReadOnly: read-only permission. DDLOnly: DDL permission only. DMLOnly: DML permission only. Custom: custom permission. Global: global permission. None: clear account permission. Note: When used as a request parameter, pay attention to the following: Only Global and None are allowed as values when used as request parameters. Permission type is single-select; passing multiple values will result in an error. Only the GrantDBAccountPrivilege API supports None as a value for AccountPrivilege. When AccountPrivilege is set to None and DBName is an empty string, all global permissions for the account are cleared. If DBName is set to a specific database, all permissions for the account in that database are cleared.
- account
Privilege List<String>Details - Account privilege information. When AccountPrivilege is set to Custom, the valid values for this field are: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, EVENT, TRIGGER, CREATE ROUTINE, ALTER ROUTINE. When AccountPrivilege is set to Global, the valid values for this field are: PROCESS, REPLICATION SLAVE, REPLICATION CLIENT, SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, REFERENCES, INDEX, ALTER, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, EVENT, TRIGGER, SHOW DATABASES, CREATE TEMPORARY TABLES. Note: When used as a request parameter, this field is required if AccountPrivilege is set to Custom. In the CreateDBAccount API, REPLICATION SLAVE, PROCESS, and REPLICATION CLIENT global privileges are automatically granted to the account. Multiple values can be specified, separated by commas (,). The write mode is overwrite.
- db
Name String - The name of the database for which account authorization needs to be modified or for which the account already has privileges. Note: When used as a request parameter in the CreateDBAccount and GrantDBAccountPrivilege APIs, ensure that the database corresponding to DBName already exists. For global privilege modifications, set DBName to an empty string.
- account
Privilege string - Type of database permission. Value options: ReadWrite: read and write permission. ReadOnly: read-only permission. DDLOnly: DDL permission only. DMLOnly: DML permission only. Custom: custom permission. Global: global permission. None: clear account permission. Note: When used as a request parameter, pay attention to the following: Only Global and None are allowed as values when used as request parameters. Permission type is single-select; passing multiple values will result in an error. Only the GrantDBAccountPrivilege API supports None as a value for AccountPrivilege. When AccountPrivilege is set to None and DBName is an empty string, all global permissions for the account are cleared. If DBName is set to a specific database, all permissions for the account in that database are cleared.
- account
Privilege string[]Details - Account privilege information. When AccountPrivilege is set to Custom, the valid values for this field are: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, EVENT, TRIGGER, CREATE ROUTINE, ALTER ROUTINE. When AccountPrivilege is set to Global, the valid values for this field are: PROCESS, REPLICATION SLAVE, REPLICATION CLIENT, SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, REFERENCES, INDEX, ALTER, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, EVENT, TRIGGER, SHOW DATABASES, CREATE TEMPORARY TABLES. Note: When used as a request parameter, this field is required if AccountPrivilege is set to Custom. In the CreateDBAccount API, REPLICATION SLAVE, PROCESS, and REPLICATION CLIENT global privileges are automatically granted to the account. Multiple values can be specified, separated by commas (,). The write mode is overwrite.
- db
Name string - The name of the database for which account authorization needs to be modified or for which the account already has privileges. Note: When used as a request parameter in the CreateDBAccount and GrantDBAccountPrivilege APIs, ensure that the database corresponding to DBName already exists. For global privilege modifications, set DBName to an empty string.
- account_
privilege str - Type of database permission. Value options: ReadWrite: read and write permission. ReadOnly: read-only permission. DDLOnly: DDL permission only. DMLOnly: DML permission only. Custom: custom permission. Global: global permission. None: clear account permission. Note: When used as a request parameter, pay attention to the following: Only Global and None are allowed as values when used as request parameters. Permission type is single-select; passing multiple values will result in an error. Only the GrantDBAccountPrivilege API supports None as a value for AccountPrivilege. When AccountPrivilege is set to None and DBName is an empty string, all global permissions for the account are cleared. If DBName is set to a specific database, all permissions for the account in that database are cleared.
- account_
privilege_ Sequence[str]details - Account privilege information. When AccountPrivilege is set to Custom, the valid values for this field are: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, EVENT, TRIGGER, CREATE ROUTINE, ALTER ROUTINE. When AccountPrivilege is set to Global, the valid values for this field are: PROCESS, REPLICATION SLAVE, REPLICATION CLIENT, SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, REFERENCES, INDEX, ALTER, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, EVENT, TRIGGER, SHOW DATABASES, CREATE TEMPORARY TABLES. Note: When used as a request parameter, this field is required if AccountPrivilege is set to Custom. In the CreateDBAccount API, REPLICATION SLAVE, PROCESS, and REPLICATION CLIENT global privileges are automatically granted to the account. Multiple values can be specified, separated by commas (,). The write mode is overwrite.
- db_
name str - The name of the database for which account authorization needs to be modified or for which the account already has privileges. Note: When used as a request parameter in the CreateDBAccount and GrantDBAccountPrivilege APIs, ensure that the database corresponding to DBName already exists. For global privilege modifications, set DBName to an empty string.
- account
Privilege String - Type of database permission. Value options: ReadWrite: read and write permission. ReadOnly: read-only permission. DDLOnly: DDL permission only. DMLOnly: DML permission only. Custom: custom permission. Global: global permission. None: clear account permission. Note: When used as a request parameter, pay attention to the following: Only Global and None are allowed as values when used as request parameters. Permission type is single-select; passing multiple values will result in an error. Only the GrantDBAccountPrivilege API supports None as a value for AccountPrivilege. When AccountPrivilege is set to None and DBName is an empty string, all global permissions for the account are cleared. If DBName is set to a specific database, all permissions for the account in that database are cleared.
- account
Privilege List<String>Details - Account privilege information. When AccountPrivilege is set to Custom, the valid values for this field are: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, EVENT, TRIGGER, CREATE ROUTINE, ALTER ROUTINE. When AccountPrivilege is set to Global, the valid values for this field are: PROCESS, REPLICATION SLAVE, REPLICATION CLIENT, SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, REFERENCES, INDEX, ALTER, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, EVENT, TRIGGER, SHOW DATABASES, CREATE TEMPORARY TABLES. Note: When used as a request parameter, this field is required if AccountPrivilege is set to Custom. In the CreateDBAccount API, REPLICATION SLAVE, PROCESS, and REPLICATION CLIENT global privileges are automatically granted to the account. Multiple values can be specified, separated by commas (,). The write mode is overwrite.
- db
Name String - The name of the database for which account authorization needs to be modified or for which the account already has privileges. Note: When used as a request parameter in the CreateDBAccount and GrantDBAccountPrivilege APIs, ensure that the database corresponding to DBName already exists. For global privilege modifications, set DBName to an empty string.
GetDbAccountTableColumnPrivilege
- Column
Privileges List<Volcengine.Get Db Account Table Column Privilege Column Privilege> - Account column permission information.
- Db
Name string - Name of the database to which the table belongs for setting permissions for the account.
- Table
Privileges List<Volcengine.Get Db Account Table Column Privilege Table Privilege> - Account table permission information.
- Column
Privileges []GetDb Account Table Column Privilege Column Privilege - Account column permission information.
- Db
Name string - Name of the database to which the table belongs for setting permissions for the account.
- Table
Privileges []GetDb Account Table Column Privilege Table Privilege - Account table permission information.
- column
Privileges List<GetDb Account Table Column Privilege Column Privilege> - Account column permission information.
- db
Name String - Name of the database to which the table belongs for setting permissions for the account.
- table
Privileges List<GetDb Account Table Column Privilege Table Privilege> - Account table permission information.
- column
Privileges GetDb Account Table Column Privilege Column Privilege[] - Account column permission information.
- db
Name string - Name of the database to which the table belongs for setting permissions for the account.
- table
Privileges GetDb Account Table Column Privilege Table Privilege[] - Account table permission information.
- column_
privileges Sequence[GetDb Account Table Column Privilege Column Privilege] - Account column permission information.
- db_
name str - Name of the database to which the table belongs for setting permissions for the account.
- table_
privileges Sequence[GetDb Account Table Column Privilege Table Privilege] - Account table permission information.
- column
Privileges List<Property Map> - Account column permission information.
- db
Name String - Name of the database to which the table belongs for setting permissions for the account.
- table
Privileges List<Property Map> - Account table permission information.
GetDbAccountTableColumnPrivilegeColumnPrivilege
- Account
Privilege List<string>Details - Permission information for setting column permissions for the account. Values (multiple selections allowed): INSERT, REFERENCES, SELECT, UPDATE. Note: Use commas (,) to separate multiple permissions.
- Column
Name string - Name of the column for setting column permissions for the account.
- Table
Name string - Name of the database to which the table belongs for setting column permissions for the account.
- Account
Privilege []stringDetails - Permission information for setting column permissions for the account. Values (multiple selections allowed): INSERT, REFERENCES, SELECT, UPDATE. Note: Use commas (,) to separate multiple permissions.
- Column
Name string - Name of the column for setting column permissions for the account.
- Table
Name string - Name of the database to which the table belongs for setting column permissions for the account.
- account
Privilege List<String>Details - Permission information for setting column permissions for the account. Values (multiple selections allowed): INSERT, REFERENCES, SELECT, UPDATE. Note: Use commas (,) to separate multiple permissions.
- column
Name String - Name of the column for setting column permissions for the account.
- table
Name String - Name of the database to which the table belongs for setting column permissions for the account.
- account
Privilege string[]Details - Permission information for setting column permissions for the account. Values (multiple selections allowed): INSERT, REFERENCES, SELECT, UPDATE. Note: Use commas (,) to separate multiple permissions.
- column
Name string - Name of the column for setting column permissions for the account.
- table
Name string - Name of the database to which the table belongs for setting column permissions for the account.
- account_
privilege_ Sequence[str]details - Permission information for setting column permissions for the account. Values (multiple selections allowed): INSERT, REFERENCES, SELECT, UPDATE. Note: Use commas (,) to separate multiple permissions.
- column_
name str - Name of the column for setting column permissions for the account.
- table_
name str - Name of the database to which the table belongs for setting column permissions for the account.
- account
Privilege List<String>Details - Permission information for setting column permissions for the account. Values (multiple selections allowed): INSERT, REFERENCES, SELECT, UPDATE. Note: Use commas (,) to separate multiple permissions.
- column
Name String - Name of the column for setting column permissions for the account.
- table
Name String - Name of the database to which the table belongs for setting column permissions for the account.
GetDbAccountTableColumnPrivilegeTablePrivilege
- Account
Privilege List<string>Details - Account table permissions. Value options (multiple selections allowed): ALTER, CREATE, DELETE, DROP, INDEX, INSERT, SELECT, SHOW, VIEW, TRIGGER, UPDATE, CREATE VIEW, REFERENCES. Note: Use commas (,) to separate multiple permissions.
- Table
Name string - Name of the table for setting permissions for the account.
- Account
Privilege []stringDetails - Account table permissions. Value options (multiple selections allowed): ALTER, CREATE, DELETE, DROP, INDEX, INSERT, SELECT, SHOW, VIEW, TRIGGER, UPDATE, CREATE VIEW, REFERENCES. Note: Use commas (,) to separate multiple permissions.
- Table
Name string - Name of the table for setting permissions for the account.
- account
Privilege List<String>Details - Account table permissions. Value options (multiple selections allowed): ALTER, CREATE, DELETE, DROP, INDEX, INSERT, SELECT, SHOW, VIEW, TRIGGER, UPDATE, CREATE VIEW, REFERENCES. Note: Use commas (,) to separate multiple permissions.
- table
Name String - Name of the table for setting permissions for the account.
- account
Privilege string[]Details - Account table permissions. Value options (multiple selections allowed): ALTER, CREATE, DELETE, DROP, INDEX, INSERT, SELECT, SHOW, VIEW, TRIGGER, UPDATE, CREATE VIEW, REFERENCES. Note: Use commas (,) to separate multiple permissions.
- table
Name string - Name of the table for setting permissions for the account.
- account_
privilege_ Sequence[str]details - Account table permissions. Value options (multiple selections allowed): ALTER, CREATE, DELETE, DROP, INDEX, INSERT, SELECT, SHOW, VIEW, TRIGGER, UPDATE, CREATE VIEW, REFERENCES. Note: Use commas (,) to separate multiple permissions.
- table_
name str - Name of the table for setting permissions for the account.
- account
Privilege List<String>Details - Account table permissions. Value options (multiple selections allowed): ALTER, CREATE, DELETE, DROP, INDEX, INSERT, SELECT, SHOW, VIEW, TRIGGER, UPDATE, CREATE VIEW, REFERENCES. Note: Use commas (,) to separate multiple permissions.
- table
Name String - Name of the table for setting permissions for the account.
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.33
published on Thursday, May 7, 2026 by Volcengine
published on Thursday, May 7, 2026 by Volcengine
