History Args
data class HistoryArgs(val displayName: Output<String>? = null, val historyId: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val testPlatform: Output<HistoryTestPlatform>? = null) : ConvertibleToJava<HistoryArgs>
Creates a History. The returned History will have the id set. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing project does not exist 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 HistoryArgs(displayName: Output<String>? = null, historyId: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, testPlatform: Output<HistoryTestPlatform>? = null)