GetAccountsResult

data class GetAccountsResult(val accounts: List<GetAccountsAccount>, val dbClusterId: String, val id: String, val nameRegex: String? = null, val names: List<String>)

A collection of values returned by getAccounts.

Constructors

Link copied to clipboard
constructor(accounts: List<GetAccountsAccount>, dbClusterId: String, id: String, nameRegex: String? = null, names: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of PolarDB cluster accounts. Each element contains the following attributes:

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

Account name of the cluster.