SsmOperations Type
Operations for interacting with a parameter store. Consumers provide an implementation (e.g., backed by AWS SSM).
Record fields
| Record Field |
Description
|
|
Delete a parameter. Returns Ok if deleted or absent.
|
Full Usage:
GetParameter
Field type: string -> string option
|
Get a single parameter value. Returns None if not found.
|
Full Usage:
GetParametersByPath
Field type: string -> (string * string) list
|
Get all parameters under a path prefix. Returns (path, value) pairs.
|
|
Set a parameter value. isSecure indicates SecureString storage.
|
UnionConfig