BackupPlanBackupConfigSelectedNamespacesArgs

data class BackupPlanBackupConfigSelectedNamespacesArgs(val namespaces: Output<List<String>>) : ConvertibleToJava<BackupPlanBackupConfigSelectedNamespacesArgs>

Constructors

constructor(namespaces: Output<List<String>>)

Properties

Link copied to clipboard
val namespaces: Output<List<String>>

A list of Kubernetes Namespaces.

Functions

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