Keys Args
data class KeysArgs(val aws: Output<List<KeysAwArgs>>? = null, val azures: Output<List<KeysAzureArgs>>? = null, val namespace: Output<String>? = null, val pkcs: Output<List<KeysPkcArgs>>? = null) : ConvertibleToJava<KeysArgs>
A resource that manages the lifecycle of all Managed Keys in Vault. Note this feature is available only with Vault Enterprise.
Import
Mounts can be imported using the id
of default
, e.g.
$ pulumi import vault:managed/keys:Keys keys default
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(aws: Output<List<KeysAwArgs>>? = null, azures: Output<List<KeysAzureArgs>>? = null, namespace: Output<String>? = null, pkcs: Output<List<KeysPkcArgs>>? = null)