This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/reference/aws/rds.md

48 lines
581 B
Markdown
Raw Normal View History

---
sidebar_label: rds
---
# alpha.dagger.io/aws/rds
AWS Relational Database Service (RDS)
```cue
import "alpha.dagger.io/aws/rds"
```
## rds.#Database
Creates a new Database on an existing RDS Instance
### rds.#Database Inputs
_No input._
### rds.#Database Outputs
_No output._
## rds.#Instance
Fetches information on an existing RDS Instance
### rds.#Instance Inputs
_No input._
### rds.#Instance Outputs
_No output._
## rds.#User
Creates a new user credentials on an existing RDS Instance
### rds.#User Inputs
_No input._
### rds.#User Outputs
_No output._