GetBackupPlansPlainArgs

data class GetBackupPlansPlainArgs(val clusterId: String, val outputFile: String? = null) : ConvertibleToJava<GetBackupPlansPlainArgs>

A collection of arguments for invoking getBackupPlans.

Constructors

Link copied to clipboard
constructor(clusterId: String, outputFile: String? = null)

Properties

Link copied to clipboard

The ID of the cluster for the backup.

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(): GetBackupPlansPlainArgs