Skip to content

Commit

Permalink
Update daprdocs/content/en/reference/components-reference/supported-s…
Browse files Browse the repository at this point in the history
…tate-stores/setup-postgresql-v2.md

Co-authored-by: Josh van Leeuwen <me@joshvanl.dev>
Signed-off-by: Fabian Martinez <46371672+famarting@users.noreply.github.com>
  • Loading branch information
famarting and JoshVanL authored Nov 14, 2024
1 parent d47692f commit 7ea57cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The AWS authentication token will be dynamically rotated before it's expiration
| `awsAccessKey` | N | AWS access key associated with an IAM account | `"AKIAIOSFODNN7EXAMPLE"` |
| `awsSecretKey` | N | The secret key associated with the access key | `"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"` |
| `awsSessionToken` | N | AWS session token to use. A session token is only required if you are using temporary security credentials. | `"TOKEN"` |
| `awsIamRoleArn` | N | IAM role that has access to AWS Relational Database Service. This is another option to authenticate with AWS aside from the AWS Credentials. | `"arn:aws:iam::123456789:role/rdsRole"` |
| `awsIamRoleArn` | N | IAM role to assume that has access to AWS Relational Database Service. This is another option to authenticate with AWS aside from the AWS Credentials. | `"arn:aws:iam::123456789:role/rdsRole"` |
| `awsStsSessionName` | N | Represents the session name for assuming a role. | `"PGDefaultSession"` |

### Other metadata options
Expand Down

0 comments on commit 7ea57cc

Please sign in to comment.