Organization Replay Args
data class OrganizationReplayArgs(val config: Output<GoogleCloudPolicysimulatorV1ReplayConfigArgs>? = 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.
Constructors
Link copied to clipboard
constructor(config: Output<GoogleCloudPolicysimulatorV1ReplayConfigArgs>? = null, location: Output<String>? = null, organizationId: Output<String>? = null)