summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2022-02-01 13:55:58 -0500
committerGitHub <noreply@github.com>2022-02-01 18:55:58 +0000
commit4ce9f5033b53b10635db487f62929e498d91553c (patch)
tree1bcd26d000b60c4567928096b75c05c92394b994 /docs
parentd76cb3b452891fc1bdda75e1db2be6753ffcc427 (diff)
aws+sm datasource - support reading from SecretBinary when SecretString is not set (#1296)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/datasources.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/datasources.md b/docs/content/datasources.md
index 7743b88e..6f9f02f8 100644
--- a/docs/content/datasources.md
+++ b/docs/content/datasources.md
@@ -222,7 +222,7 @@ For `aws+sm`, only the _scheme_ and _path_ components are necessary to be define
### Output
-The output will be the SecretString from the `GetSecretValueOutput` object from the [AWS SDK for Go](https://docs.aws.amazon.com/sdk-for-go/api/service/secretsmanager/#GetSecretValueOutput)
+The output will be the content of either the `SecretString` or `SecretBinary` field of the AWS SDK's `GetSecretValueOutput` object from the [AWS SDK for Go](https://docs.aws.amazon.com/sdk-for-go/api/service/secretsmanager/#GetSecretValueOutput)
### Examples