cdk-ssm-parameter-store:AWS CDK构造,可让您获取最新版本的AWS SSM参数

时间:2024-03-20 02:57:40
【文件属性】:

文件名称:cdk-ssm-parameter-store:AWS CDK构造,可让您获取最新版本的AWS SSM参数

文件大小:132KB

文件格式:ZIP

更新时间:2024-03-20 02:57:40

TypeScript

cdk-ssm-parameter-store AWS CDK构造使您能够获取最新Version的AWS SSM参数。 样本 import * as param from 'cdk-ssm-parameter-store' ; const stack = new Stack ( app , 'testing-stack' , { env } ) ; const p = new param . Provider ( stack , 'ParameterProvider' ) ; const fooVersion = p . get ( 'Foo' ) . getAttString ( 'Version' ) ; const barVersion = p . get ( 'Bar' ) . getAttString ( 'Version' ) ; new CfnOutput ( stack


【文件预览】:
cdk-ssm-parameter-store-master
----.eslintrc.json(4KB)
----.gitignore(899B)
----handler()
--------index.py(1KB)
----package.json(3KB)
----src()
--------integ.default.ts(789B)
--------index.ts(2KB)
----tsconfig.eslint.json(739B)
----LICENSE(11KB)
----.mergify.yml(708B)
----CHANGELOG.md(6KB)
----.github()
--------pull_request_template.md(7B)
--------workflows()
----utils()
--------refresh_credentials.sh(2KB)
----.projenrc.js(2KB)
----README.md(870B)
----.projen()
--------tasks.json(5KB)
--------deps.json(3KB)
----.gitpod.Dockerfile(258B)
----version.json(26B)
----tsconfig.jest.json(739B)
----.versionrc.json(267B)
----.npmignore(401B)
----.devcontainer.json(183B)
----test()
--------integ.snapshot.test.ts(317B)
--------__snapshots__()
----yarn.lock(271KB)
----.gitpod.yml(247B)
----API.md(1KB)

网友评论