GetResourceGroupsPlainArgs

data class GetResourceGroupsPlainArgs(val dbClusterId: String, val groupName: String? = null, val ids: List<String>? = null, val outputFile: String? = null) : ConvertibleToJava<GetResourceGroupsPlainArgs>

A collection of arguments for invoking getResourceGroups.

Constructors

Link copied to clipboard
constructor(dbClusterId: String, groupName: String? = null, ids: List<String>? = null, outputFile: String? = null)

Properties

Link copied to clipboard

DBClusterId

Link copied to clipboard
val groupName: String? = null

The name of the resource pool, which cannot exceed 64 bytes in length.

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

A list of AnalyticDB for MySQL (ADB) Resource Group IDs.

Link copied to clipboard
val outputFile: String? = null

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

Functions

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