@gammarers/aws-rds-database-auto-running-stop-stack
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

AWS RDS Database Auto Running Stop Stack

GitHub npm (scoped) GitHub Workflow Status (branch) GitHub release (latest SemVer)

View on Construct Hub

This constructor stack includes a function to automatically stop a database or cluster that will automatically start in 7 days.

Resources

This construct creating resource list.

  • StepFunctions(StateMachine)
  • IAM Role (StepFunctions)
  • IAM Policy (StepFunctions)
  • EventBridge
  • IAM Role (EventBridge)

Install

TypeScript

npm install @gammarers/aws-rds-database-auto-running-stop-stack
# or
yarn add @gammarers/aws-rds-database-auto-running-stop-stack

Example

import { BudgetsNotification } from '@gammarers/aws-rds-database-auto-running-stop-stack';

new RDSDatabaseAutoRunningStopStack(app, 'RDSDatabaseAutoRunningStopStack');

License

This project is licensed under the Apache-2.0 License.

Package Sidebar

Install

npm i @gammarers/aws-rds-database-auto-running-stop-stack

Weekly Downloads

58

Version

1.2.4

License

Apache-2.0

Unpacked Size

181 kB

Total Files

7

Last publish

Collaborators

  • yicr