FolderReplayArgs

data class FolderReplayArgs(val config: Output<GoogleCloudPolicysimulatorV1beta1ReplayConfigArgs>? = null, val folderId: Output<String>? = null, val location: Output<String>? = null) : ConvertibleToJava<FolderReplayArgs>

Creates and starts a Replay using the given ReplayConfig. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Constructors

Link copied to clipboard
fun FolderReplayArgs(config: Output<GoogleCloudPolicysimulatorV1beta1ReplayConfigArgs>? = null, folderId: Output<String>? = null, location: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

The configuration used for the Replay.

Link copied to clipboard
val folderId: Output<String>? = null
Link copied to clipboard
val location: Output<String>? = null