GetAccountsPlainArgs

data class GetAccountsPlainArgs(val accountName: String? = null, val instanceId: String, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetAccountsPlainArgs>

A collection of arguments for invoking getAccounts.

Constructors

Link copied to clipboard
constructor(accountName: String? = null, instanceId: String, nameRegex: String? = null, outputFile: String? = null, status: String? = null)

Properties

Link copied to clipboard
val accountName: String? = null

The name of the account.

Link copied to clipboard

The Id of instance in which account belongs.

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

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

The status of Tair (Redis OSS-Compatible) And Memcache (KVStore) Account. Valid Values: "Available Unavailable

Functions

Link copied to clipboard
open override fun toJava(): GetAccountsPlainArgs