docs: updated stdlib reference doc

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-06-15 10:48:54 +02:00
parent 6422b4d36d
commit 7054782547
22 changed files with 116 additions and 63 deletions

View File

@@ -4,6 +4,8 @@ sidebar_label: aws
# dagger.io/aws
AWS base package
## #CLI
Re-usable aws-cli component
@@ -22,7 +24,7 @@ _No output._
## #Config
Base AWS Config
AWS Config shared by all AWS packages
### #Config Inputs

View File

@@ -4,6 +4,8 @@ sidebar_label: cloudformation
# dagger.io/aws/cloudformation
AWS Cloud Formation
## #Stack
AWS CloudFormation Stack

View File

@@ -4,6 +4,8 @@ sidebar_label: ecr
# dagger.io/aws/ecr
Amazon Elastic Container Registry (ECR)
## #Credentials
Convert AWS credentials to Docker Registry credentials for ECR

View File

@@ -3,3 +3,5 @@ sidebar_label: ecs
---
# dagger.io/aws/ecs
AWS Elastic Container Service (ECS)

View File

@@ -4,6 +4,8 @@ sidebar_label: eks
# dagger.io/aws/eks
AWS Elastic Kubernetes Service (EKS)
## #KubeConfig
KubeConfig config outputs a valid kube-auth-config for kubectl client

View File

@@ -4,9 +4,11 @@ sidebar_label: elb
# dagger.io/aws/elb
AWS Elastic Load Balancer (ELBv2)
## #RandomRulePriority
Returns a non-taken rule priority (randomized)
Returns an unused rule priority (randomized in available range)
### #RandomRulePriority Inputs

View File

@@ -4,19 +4,23 @@ sidebar_label: rds
# dagger.io/aws/rds
AWS Relational Database Service (RDS)
## #CreateDB
Creates a new Database on an existing RDS Instance
### #CreateDB Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*config.region* | `string` |AWS region |
|*config.accessKey* | `dagger.#Secret` |AWS access key |
|*config.secretKey* | `dagger.#Secret` |AWS secret key |
|*name* | `string` |DB name |
|*dbArn* | `string` |ARN of the database instance |
|*secretArn* | `string` |ARN of the database secret (for connecting via rds api) |
|*dbType* | `string` |- |
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*config.region* | `string` |AWS region |
|*config.accessKey* | `dagger.#Secret` |AWS access key |
|*config.secretKey* | `dagger.#Secret` |AWS secret key |
|*name* | `string` |DB name |
|*dbArn* | `string` |ARN of the database instance |
|*secretArn* | `string` |ARN of the database secret (for connecting via rds api) |
|*dbType* | `string` |Database type MySQL or PostgreSQL (Aurora Serverless only) |
### #CreateDB Outputs
@@ -26,19 +30,21 @@ sidebar_label: rds
## #CreateUser
Creates a new user credentials on an existing RDS Instance
### #CreateUser Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*config.region* | `string` |AWS region |
|*config.accessKey* | `dagger.#Secret` |AWS access key |
|*config.secretKey* | `dagger.#Secret` |AWS secret key |
|*username* | `string` |Username |
|*password* | `string` |Password |
|*dbArn* | `string` |ARN of the database instance |
|*secretArn* | `string` |ARN of the database secret (for connecting via rds api) |
|*grantDatabase* | `*"" \| string` |- |
|*dbType* | `string` |- |
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*config.region* | `string` |AWS region |
|*config.accessKey* | `dagger.#Secret` |AWS access key |
|*config.secretKey* | `dagger.#Secret` |AWS secret key |
|*username* | `string` |Username |
|*password* | `string` |Password |
|*dbArn* | `string` |ARN of the database instance |
|*secretArn* | `string` |ARN of the database secret (for connecting via rds api) |
|*grantDatabase* | `*"" \| string` |Name of the database to grants access to |
|*dbType* | `string` |Database type MySQL or PostgreSQL (Aurora Serverless only) |
### #CreateUser Outputs
@@ -48,6 +54,8 @@ sidebar_label: rds
## #Instance
Fetches information on an existing RDS Instance
### #Instance Inputs
| Name | Type | Description |

View File

@@ -4,9 +4,11 @@ sidebar_label: s3
# dagger.io/aws/s3
AWS Simple Storage Service
## #Put
S3 file or Directory upload
S3 Bucket upload (file or directory)
### #Put Inputs
@@ -27,7 +29,7 @@ S3 file or Directory upload
## #Sync
S3 Sync
S3 Bucket sync
### #Sync Inputs