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
Name | Type | Description |
---|---|---|
**kwargs | ||
by | ||
init | ||
select |
Constants
RESOURCE = vault_configMethods
add_tag (tag)
archive ()
clone (update=None, **kwargs)
delete (permanently=False)
exists ()
export ()
get (*fields, default=None)
get_dict (*fields, default=None)
get_identity_created_by ()
get_identity_modified_by ()
get_tags (limit=1000, offset=0, order=None)
load (*fields)
remove_tag (tag)
restore ()
save (update=None, **kwargs)
set (key, value)
write_secret (secret_path, data, engine_path=None)