Keys

class Keys : KotlinCustomResource

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

Properties

Link copied to clipboard
val aws: Output<List<KeysAw>>?

Configuration block for AWS Managed Keys

Link copied to clipboard
val azures: Output<List<KeysAzure>>?

Configuration block for Azure Managed Keys

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val namespace: Output<String>?

Target namespace. (requires Enterprise)

Link copied to clipboard
val pkcs: Output<List<KeysPkc>>?

Configuration block for PKCS Managed Keys

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>