VaultConfig
class resources.vault_config.VaultConfig
Base class: Resource
A configuration about a HashiCorp Vault which Cloudomation can access to fetch secrets.
:py:obj:flow_api.vault_config.VaultConfig
Property | Description | Type |
---|---|---|
id | UUID() | |
is_enabled | Boolean() | |
vault_url | String(length=1024) | |
cacert | String(length=40960) | |
is_auto_renew_enabled | Boolean() | |
token | String(length=1024) | |
size_bytes | BigInteger() |