cdk-budget-notifier:创建简单的AWS预算通知

时间:2024-04-25 10:46:34
【文件属性】:

文件名称:cdk-budget-notifier:创建简单的AWS预算通知

文件大小:240KB

文件格式:ZIP

更新时间:2024-04-25 10:46:34

aws budget cdk TypeScript

AWS预算通知程序 使用AWS Cloud Development Kit(CDK)设置AWS预算通知。 构造支持通知 用户通过电子邮件。 最多支持10个电子邮件地址 一个SNS主题SNS主题需要存在,并且需要允许发布到该主题。 CDK堆栈中的示例用法 const app = new cdk . App ( ) ; const stack = new Stack ( app , "BudgetNotifierStack" ) ; // Define the SNS topic and setup the resource policy const topic = new Topic ( stack , "topic" ) ; const statement = new PolicyStatement ( { effect : Effect . ALLOW , principals


【文件预览】:
cdk-budget-notifier-master
----.eslintrc.json(4KB)
----.versionrc.json(267B)
----.projenrc.js(2KB)
----.mergify.yml(708B)
----.github()
--------pull_request_template.md(7B)
--------workflows()
----tsconfig.jest.json(739B)
----yarn.lock(266KB)
----version.json(27B)
----src()
--------budget_notifier_stack.ts(968B)
--------index.ts(98B)
--------NotificationType.ts(83B)
--------TimeUnit.ts(100B)
--------budget_notifier.ts(5KB)
----.projen()
--------deps.json(2KB)
--------tasks.json(5KB)
----.npmignore(323B)
----tsconfig.json(905B)
----LICENSE(11KB)
----test()
--------budget_notifier.test.ts(11KB)
----README.md(1KB)
----cdk.json(170B)
----.jsii(20KB)
----API.md(4KB)
----.all-contributorsrc(533B)
----CODE_OF_CONDUCT.md(3KB)
----tsconfig.tsbuildinfo(163KB)
----.gitignore(785B)
----CHANGELOG.md(983B)
----tsconfig.eslint.json(739B)
----package-lock.json(352KB)
----package.json(3KB)

网友评论