Crypto Key Args
fun CryptoKeyArgs(cryptoKeyBackend: Output<String>? = null, cryptoKeyId: Output<String>? = null, destroyScheduledDuration: Output<String>? = null, importOnly: Output<Boolean>? = null, keyRingId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, nextRotationTime: Output<String>? = null, project: Output<String>? = null, purpose: Output<CryptoKeyPurpose>? = null, rotationPeriod: Output<String>? = null, skipInitialVersionCreation: Output<Boolean>? = null, versionTemplate: Output<CryptoKeyVersionTemplateArgs>? = null)