GetGlobalDatabaseNetworksPlainArgs

data class GetGlobalDatabaseNetworksPlainArgs(val dbClusterId: String? = null, val description: String? = null, val gdnId: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null) : ConvertibleToJava<GetGlobalDatabaseNetworksPlainArgs>

A collection of arguments for invoking getGlobalDatabaseNetworks.

Constructors

Link copied to clipboard
constructor(dbClusterId: String? = null, description: String? = null, gdnId: String? = null, ids: List<String>? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, status: String? = null)

Properties

Link copied to clipboard
val dbClusterId: String? = null

The ID of the cluster.

Link copied to clipboard
val description: String? = null

The description of the Global Database Network.

Link copied to clipboard
val gdnId: String? = null

The ID of the Global Database Network.

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

A list of Global Database Network IDs.

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 pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val status: String? = null

The status of the Global Database Network. Valid values:

Functions

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