Import Job Args
data class ImportJobArgs(val importJobId: Output<String>? = null, val importMethod: Output<ImportJobImportMethod>? = null, val keyRingId: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val protectionLevel: Output<ImportJobProtectionLevel>? = null) : ConvertibleToJava<ImportJobArgs>
Create a new ImportJob within a KeyRing. ImportJob.import_method is required. 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 ImportJobArgs(importJobId: Output<String>? = null, importMethod: Output<ImportJobImportMethod>? = null, keyRingId: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, protectionLevel: Output<ImportJobProtectionLevel>? = null)