GetFoldersPlainArgs

data class GetFoldersPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val parentFolderPath: String, val projectId: String) : ConvertibleToJava<GetFoldersPlainArgs>

A collection of arguments for invoking getFolders.

Constructors

Link copied to clipboard
fun GetFoldersPlainArgs(ids: List<String>? = null, outputFile: String? = null, parentFolderPath: String, projectId: String)

Functions

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

Properties

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

A list of Folder 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

The parent folder path.

Link copied to clipboard

The ID of the project.