Package-level declarations

Types

Link copied to clipboard
class FolderReplay : KotlinCustomResource

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.

Link copied to clipboard
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.

Link copied to clipboard
Link copied to clipboard
object FolderReplayMapper : ResourceMapper<FolderReplay>
Link copied to clipboard
Link copied to clipboard
class OrganizationReplay : KotlinCustomResource

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.

Link copied to clipboard
data class OrganizationReplayArgs(val config: Output<GoogleCloudPolicysimulatorV1beta1ReplayConfigArgs>? = null, val location: Output<String>? = null, val organizationId: Output<String>? = null) : ConvertibleToJava<OrganizationReplayArgs>

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.

Link copied to clipboard
Link copied to clipboard
class Replay : KotlinCustomResource

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.

Link copied to clipboard
data class ReplayArgs(val config: Output<GoogleCloudPolicysimulatorV1beta1ReplayConfigArgs>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<ReplayArgs>

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.

Link copied to clipboard

Builder for ReplayArgs.

Link copied to clipboard
object ReplayMapper : ResourceMapper<Replay>
Link copied to clipboard

Builder for Replay.

Functions

Link copied to clipboard
Link copied to clipboard
fun replay(name: String): Replay
suspend fun replay(name: String, block: suspend ReplayResourceBuilder.() -> Unit): Replay