GetHostAccountsPlainArgs

data class GetHostAccountsPlainArgs(val hostAccountName: String? = null, val hostId: String, val ids: List<String>? = null, val instanceId: String, val nameRegex: String? = null, val outputFile: String? = null, val protocolName: String? = null) : ConvertibleToJava<GetHostAccountsPlainArgs>

A collection of arguments for invoking getHostAccounts.

Constructors

Link copied to clipboard
constructor(hostAccountName: String? = null, hostId: String, ids: List<String>? = null, instanceId: String, nameRegex: String? = null, outputFile: String? = null, protocolName: String? = null)

Properties

Link copied to clipboard
val hostAccountName: String? = null

Specify the new hosting account's name, support the longest 128 characters.

Link copied to clipboard

Specifies the database where you want to create your hosting account's host ID.

Link copied to clipboard
val ids: List<String>? = null

A list of Host Account IDs.

Link copied to clipboard

Specifies the database where you want to create your hosting account's host bastion host ID of.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Host Account name.

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 protocolName: String? = null

Specify the new hosting account of the agreement name. Valid values: USING SSH and RDP.

Functions

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