Keys Aw Args
data class KeysAwArgs(val accessKey: Output<String>, val allowGenerateKey: Output<Boolean>? = null, val allowReplaceKey: Output<Boolean>? = null, val allowStoreKey: Output<Boolean>? = null, val anyMount: Output<Boolean>? = null, val curve: Output<String>? = null, val endpoint: Output<String>? = null, val keyBits: Output<String>, val keyType: Output<String>, val kmsKey: Output<String>, val name: Output<String>, val region: Output<String>? = null, val secretKey: Output<String>, val uuid: Output<String>? = null) : ConvertibleToJava<KeysAwArgs>
Constructors
Link copied to clipboard
constructor(accessKey: Output<String>, allowGenerateKey: Output<Boolean>? = null, allowReplaceKey: Output<Boolean>? = null, allowStoreKey: Output<Boolean>? = null, anyMount: Output<Boolean>? = null, curve: Output<String>? = null, endpoint: Output<String>? = null, keyBits: Output<String>, keyType: Output<String>, kmsKey: Output<String>, name: Output<String>, region: Output<String>? = null, secretKey: Output<String>, uuid: Output<String>? = null)
Properties
Link copied to clipboard
If no existing key can be found in the referenced backend, instructs Vault to generate a key within the backend
Link copied to clipboard
Controls the ability for Vault to replace through generation or importing a key into the configured backend even if a key is present, if set to false those operations are forbidden if a key exists.
Link copied to clipboard
Controls the ability for Vault to import a key to the configured backend, if 'false', those operations will be forbidden