A small example package to get ssm parameters from aws
Project description
Tool to get SSM parameter store (test)
This is a simple example package to get parameter store from aws account. Using boto3 and credentials from aws.
Definitions
-
get_parameter(name) params:
- name: The name of ssm parameter (string)
-
get_parameters(names) params:
- names: The names of ssm parameter (list)
-
get_describe_parameters(attributes) params:
- attributes: The name of ssm parameter (string)
USAGE:
from ssm_tool_test import ssm
new_obj = ssm.ParameterStore()
new_obj.get_parameter("ssm_parameter")
new_obj.get_parameters(["param_1", "param_2"])
new_obj.get_describe_parameters([{'Key': 'Name'|'Type', 'Option': 'Equals', 'Values': ['string']}])
by jdroldan@playvox.com
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ssm_tool_test-2.1.2.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file ssm_tool_test-2.1.2.tar.gz
.
File metadata
- Download URL: ssm_tool_test-2.1.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e594e86c70b4e3f42b99538533798952fddcc6d4ba16e93c26a8db73f0581ed |
|
MD5 | de806274f7ab3e9b5ecf8a60e4d08033 |
|
BLAKE2b-256 | 0584f75175df30fd799b97a2a6928066cf3107d4058af6b3a612c646127dd578 |
Provenance
File details
Details for the file ssm_tool_test-2.1.2-py3-none-any.whl
.
File metadata
- Download URL: ssm_tool_test-2.1.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24eca1e9cec5aedf6997670d4f041cc0ff016fb2688e5617ba196581e6dc16bf |
|
MD5 | bf91e2877590b7659942e41ebd8cc8b4 |
|
BLAKE2b-256 | f2f19659fdae198810a45573ef47ee349e54ac33c0743dc5e80d99ee56705d3e |