Skip to main content

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.5.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

ssm_tool_test-2.1.5-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page