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.4.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file ssm_tool_test-2.1.4.tar.gz
.
File metadata
- Download URL: ssm_tool_test-2.1.4.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d188a9337150473935255b91058157cb6e01071077234f9405bfedd04ab4fdeb |
|
MD5 | f893db5138d393d0fc914492e3e154fe |
|
BLAKE2b-256 | 92a1582cc1e51f5a8323bbb7f0c7240d031137a7c43441f2473718102b5e8ffc |
Provenance
File details
Details for the file ssm_tool_test-2.1.4-py3-none-any.whl
.
File metadata
- Download URL: ssm_tool_test-2.1.4-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 | a00d95e2011517e752b8359b5c006d8df81981c543274846c3136ebe7dd12800 |
|
MD5 | 0d5aba04f7c5b77416f5df75aa4786bf |
|
BLAKE2b-256 | 6c632efc48bc24096f913fe6fb2956d13acc554e6718b4de5124b9326b99a511 |