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

1.3.5 • 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

install by npm

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

install by yarn

yarn add @gammarers/aws-rds-database-auto-running-stop-stack

install by pnpm

pnpm add @gammarers/aws-rds-database-auto-running-stop-stack

install by bun

bun add @gammarers/aws-rds-database-auto-running-stop-stack

Example

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

new RDSDatabaseAutoRunningStopStack(app, 'RDSDatabaseAutoRunningStopStack');

License

This project is licensed under the Apache-2.0 License.

Dependencies (0)

    Dev Dependencies (21)

    Package Sidebar

    Install

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

    Weekly Downloads

    75

    Version

    1.3.5

    License

    Apache-2.0

    Unpacked Size

    182 kB

    Total Files

    7

    Last publish

    Collaborators

    • yicr