AWS CDK construct that allows you to get the latest Version of the AWS SSM Parameters
Project description
cdk-ssm-parameter-store
AWS CDK construct that allows you to get the latest Version of the AWS SSM Parameters.
Sample
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import cdk_ssm_parameter_store as param
stack = Stack(app, "testing-stack", env=env)
p = param.Provider(stack, "ParameterProvider")
foo_version = p.get("Foo").get_att_string("Version")
bar_version = p.get("Bar").get_att_string("Version")
CfnOutput(stack, "FooVersion", value=foo_version)
CfnOutput(stack, "BarVersion", value=bar_version)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cdk-ssm-parameter-store-0.1.54.tar.gz.
File metadata
- Download URL: cdk-ssm-parameter-store-0.1.54.tar.gz
- Upload date:
- Size: 44.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4430dbee6fb06c882ea0c5b2669c9e88c628769e009216a8bb721f52b5835f79
|
|
| MD5 |
057305a6da58160324f38fb6f24fa64a
|
|
| BLAKE2b-256 |
7dc572d2dd88c5ada8c9a008213299bf48ebd68fecc97733fd012331ed084cd0
|
File details
Details for the file cdk_ssm_parameter_store-0.1.54-py3-none-any.whl.
File metadata
- Download URL: cdk_ssm_parameter_store-0.1.54-py3-none-any.whl
- Upload date:
- Size: 48.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93ff188402025c4c1409259b65ebf94b4df904cb73dfdc4c764fb07c5459e70d
|
|
| MD5 |
2065b009d4fd624613cc6e7c615d9743
|
|
| BLAKE2b-256 |
a52d77933e5998d86049f34275233f73aa9f128473445a6fa2fd119b7aad9f4f
|