Skip to content

Commit 7a9f5aa

Browse files
Clarify fieldName parameter usage across AWS resource providers
1 parent 18c052e commit 7a9f5aa

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

ojdbc-provider-aws/README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ If the secret contains only one key and this parameter is not provided, that val
237237
If <code>fieldName</code> is provided but does not match any key, or if the secret is not structured as key/value pairs, an error is thrown.
238238
If the secret is plain text and <code>fieldName</code> is provided, an error is also thrown.
239239
<td>
240-
Key name in JSON
240+
The name of the key to extract from the secret when it is stored as a set of key-value pairs
241241
</td>
242242
<td>
243243
<i>Optional</i>
@@ -285,8 +285,9 @@ Use this parameter only when the secret is structured as key-value pairs.
285285
If the secret contains multiple keys, this parameter specifies which key to extract.
286286
If the secret contains only one key and this parameter is not provided, that value is used automatically.
287287
If <code>fieldName</code> is provided but does not match any key, or if the secret is not structured as key-value pairs, an error is thrown.
288-
If the secret is stored as plain text and <code>fieldName</code> is provided, an error is also thrown.<td>
289-
Key name in JSON
288+
If the secret is stored as plain text and <code>fieldName</code> is provided, an error is also thrown.
289+
<td>
290+
The name of the key to extract from the secret when it is stored as a set of key-value pairs
290291
</td>
291292
<td>
292293
<i>Optional</i>
@@ -365,8 +366,9 @@ Use this parameter only when the secret is structured as key-value pairs.
365366
If the secret contains multiple keys, this parameter specifies which key to extract.
366367
If the secret contains only one key and this parameter is not provided, that value is used automatically.
367368
If <code>fieldName</code> is provided but does not match any key, or if the secret is not structured as key-value pairs, an error is thrown.
368-
If the secret is stored as plain text and <code>fieldName</code> is provided, an error is also thrown.<td>
369-
Key name in JSON
369+
If the secret is stored as plain text and <code>fieldName</code> is provided, an error is also thrown.
370+
<td>
371+
The name of the key to extract from the secret when it is stored as a set of key-value pairs
370372
</td>
371373
<td>
372374
<i>Optional</i>
@@ -448,8 +450,9 @@ Use this parameter only when the secret is structured as key-value pairs.
448450
If the secret contains multiple keys, this parameter specifies which key to extract.
449451
If the secret contains only one key and this parameter is not provided, that value is used automatically.
450452
If <code>fieldName</code> is provided but does not match any key, or if the secret is not structured as key-value pairs, an error is thrown.
451-
If the secret is stored as plain text and <code>fieldName</code> is provided, an error is also thrown.<td>
452-
Key name in JSON
453+
If the secret is stored as plain text and <code>fieldName</code> is provided, an error is also thrown.
454+
<td>
455+
The name of the key to extract from the secret when it is stored as a set of key-value pairs
453456
</td>
454457
<td>
455458
<i>Optional</i>
@@ -517,7 +520,7 @@ In addition to the set of [common parameters](#common-parameters-for-resource-pr
517520
as key-value pairs, an error is thrown. If the secret is stored as plain text and <code>fieldName</code> is provided,
518521
an error is also thrown.
519522
</td>
520-
<td>Key name in JSON</td>
523+
<td>The name of the key to extract from the secret when it is stored as a set of key-value pairs</td>
521524
<td><i>Optional</i></td>
522525
</tr>
523526
</tbody>

0 commit comments

Comments
 (0)