Skip to main content
Version: 6 - Palatschinke

VaultConfig

class flow_api.vault_config.VaultConfig(select=None, init=None, by=name, **kwargs)

Base class: Resource

The VaultConfig class represents a Vault Configuration in Cloudomation.

A vault_config can be created with system.vault_config('vault_configname').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at VaultConfig

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = vault_config

Methods