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
File details
Details for the file cdk-ssm-parameter-store-0.1.91.tar.gz
.
File metadata
- Download URL: cdk-ssm-parameter-store-0.1.91.tar.gz
- Upload date:
- Size: 50.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36c02d7eb83bba5ac31778e34990ea79be0e42608ffb61e910d8b2a44432ce8f |
|
MD5 | cd342c3d30c8e5f66a3669dd7dd99cb0 |
|
BLAKE2b-256 | f16308886fdcac15955541d99dccbebafd57eacf70a5fd02791154a3ffe1950c |
File details
Details for the file cdk_ssm_parameter_store-0.1.91-py3-none-any.whl
.
File metadata
- Download URL: cdk_ssm_parameter_store-0.1.91-py3-none-any.whl
- Upload date:
- Size: 49.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 567ae3e79789d66b9c876065f9c9e617550bd6943b489d39fa5476494a7d6f86 |
|
MD5 | feab7a99fcb870addc5485949c6c87cd |
|
BLAKE2b-256 | f885e856022d9bf8907f6f686afbac520bd263d6ada83f55660380afa56f1f92 |