You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/using-the-python-driver/using-plugins/UsingTheAwsSecretsManagerPlugin.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The following properties are required for the AWS Secrets Manager Connection Plu
24
24
|`secrets_manager_endpoint`| String | No | Set this value to be the endpoint override to retrieve your secret from. This parameter value should be in the form of a URL, with a valid protocol (ex. `http://`) and domain (ex. `localhost`). A port number is not required. |`http://localhost:1234`|`None`|
25
25
|`secrets_manager_secret_username`| String | No | Set this value to be the key in the JSON secret that contains the username for database connection. |`username_key`|`username`|
26
26
|`secrets_manager_secret_password`| String | No | SSet this value to be the key in the JSON secret that contains the password for database connection. |`password_key`|`password`|
27
+
|`secrets_manager_expiration`| int | No | Set this value to be the expiration time in seconds the secret is stored in the cache. If the value is below 0, sets the expiration time to one year in seconds. | 500 | 31536000 |
27
28
28
29
*NOTE* A Secret ARN has the following format: `arn:aws:secretsmanager:<Region>:<AccountId>:secret:Secre78tName-6RandomCharacters`
Copy file name to clipboardExpand all lines: docs/using-the-python-driver/using-plugins/UsingTheFastestResponseStrategyPlugin.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The host response time is measured at an interval set by `response_measurement_i
5
5
6
6
## Using the Fastest Response Strategy Plugin
7
7
8
-
The plugin can be loaded by adding the plugin code `fastest_response_strategy` to the [`plugins`](../UsingThePythonDriver.md#aws-advanced-python-driver-parameters) parameter. The Fastest Response Strategy Plugin is not loaded by default, and must be loaded along with the [`read_write_splitting`](https://github.com/awslabs/aws-advanced-python-wrapper/blob/main/docs/using-the-python-driver/using-plugins/UsingTheReadWriteSplittingPlugin.md) plugin.
8
+
The plugin can be loaded by adding the plugin code `fastest_response_strategy` to the [`plugins`](../UsingThePythonDriver.md#aws-advanced-python-driver-parameters) parameter. The Fastest Response Strategy Plugin is not loaded by default, and must be loaded along with the [`read_write_splitting`](./UsingTheReadWriteSplittingPlugin.md) plugin.
9
9
10
10
> [!IMPORTANT]\
11
11
> **`reader_response_strategy` must be set to `fastest_reponse` when using this plugin. Otherwise an error will be thrown:**
0 commit comments