{"_id":"@amplication/plugin-dotnet-provisioning-terraform-aws-database-rds","_rev":"2-03e414a61edf6563476be66af5eeb9a9","name":"@amplication/plugin-dotnet-provisioning-terraform-aws-database-rds","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@amplication/plugin-dotnet-provisioning-terraform-aws-database-rds","version":"0.0.1","author":{"name":"Haim Bell"},"license":"Apache-2.0","_id":"@amplication/plugin-dotnet-provisioning-terraform-aws-database-rds@0.0.1","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"nx":{},"dist":{"shasum":"09d18be1982d1f1dc3ec21beb7b72a74aba2322b","tarball":"https://registry.npmjs.org/@amplication/plugin-dotnet-provisioning-terraform-aws-database-rds/-/plugin-dotnet-provisioning-terraform-aws-database-rds-0.0.1.tgz","fileCount":16,"integrity":"sha512-T/LKC5vjhskgCfPNHgLxw8BaYqG4hgCidgCUXi7Jwud7HMXWFF/81tKaW6ov5H/xdIdau4Qq0SBxBDIXmA3daQ==","signatures":[{"sig":"MEQCIHukJKk6Z+1aptr0zSwzrDse1FX4hsTLbueZbNE+IC3UAiBddfnt98nLz4SkDllF/hwF35vrS2eoQKFQQIXIypFyWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1409715},"main":"dist/index.js","gitHead":"41fdfa326552de7a47974e37f2038d09e1962f84","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist","prepublishOnly":"npm run build"},"_npmUser":{"name":"amplication-bot","email":"engineering@amplication.com"},"_npmVersion":"10.7.0","description":"Adds terraform code for provisioning Amazon Web Services Relational Database Service (RDS) as an addition to the 'core' terraform code base.","directories":{},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.52.0","lodash":"^4.17.21","rimraf":"^5.0.5","webpack":"^5.89.0","prettier":"^2.6.2","ts-loader":"^9.5.0","typescript":"^5.2.2","webpack-cli":"^5.1.4","@babel/types":"^7.23.0","@babel/parser":"^7.23.0","@types/lodash":"^4.14.200","jest-mock-extended":"^3.0.5","copy-webpack-plugin":"^12.0.2","webpack-node-externals":"^3.0.0","@typescript-eslint/parser":"^6.9.1","@amplication/code-gen-types":"^2.0.34","@amplication/code-gen-utils":"^0.0.9","@typescript-eslint/eslint-plugin":"^6.9.1"},"_npmOperationalInternal":{"tmp":"tmp/plugin-dotnet-provisioning-terraform-aws-database-rds_0.0.1_1722769961556_0.9531481432177622","host":"s3://npm-registry-packages"}}},"time":{"created":"2024-08-04T11:12:41.478Z","modified":"2024-09-09T13:32:39.063Z","0.0.1":"2024-08-04T11:12:41.757Z"},"author":{"name":"Haim Bell"},"license":"Apache-2.0","description":"Adds terraform code for provisioning Amazon Web Services Relational Database Service (RDS) as an addition to the 'core' terraform code base.","maintainers":[{"email":"engineering@amplication.com","name":"amplication-bot"},{"email":"muly@amplication.com","name":"mulygottlieb"},{"email":"vanNoort.levi@protonmail.com","name":"levivannoort"},{"email":"mor@amplication.com","name":"morhag"},{"email":"hazaz.yuval@gmail.com","name":"yuvalhazaz"}],"readme":"\\# @amplication/plugin-dotnet-provisioning-terraform-aws-database-rds\n\n[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/plugin-dotnet-provisioning-terraform-aws-database-rds)](https://www.npmjs.com/package/@amplication/plugin-dotnet-provisioning-terraform-aws-database-rds)\n\nAdds terraform code for provisioning Amazon Web Services Relational Database Service (RDS) as an addition to the 'core' terraform code base.\n\n## Purpose\n\nAdds terraform code for provisioning Amazon Web Services Relational Database Service (RDS) as an addition to the 'core' terraform code base.\n\n## Configuration\n\n> **Note**\n> Currently only postgres is supported as a to be generated database engine type.\n\n`postgres` or `<database-engine>` select the database engine type to be generated, currently support: `postgres`\n\n---\n\n`postgres.identifier` the identifier for the database - for example used in building the connection string.\n\n`postgres.instance_class` the instance class used by the database instance.\n\n`postgres.database_name` the name for the database that is populated by default.\n\n`postgres.username` the name of the master user for the database instance.\n\n`postgres.port` the port used by the database instance.\n\n`postgres.storage.allocated` the storage allocated to the database instance.\n\n`postgres.storage.maximum` the maximum storage allocated to the database instance.\n\n`postgres.maintenance.window` the maintenance window for the database instance\n\n`postgres.backup.window` the time-window for the backup.\n\n`postgres.backup.retention_period` the amount of days to keep the automated backups for.\n\n`postgres.security_group.name` the name for the vpc security group for the database, allowing traffic from inside the vpc to flow to the database instance.\n\n## Usage\n\nExplain the usage of this plugin and its effect on the final build.\n","readmeFilename":"README.md"}