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
@@ -22,6 +22,7 @@ The following properties are required for the AWS Secrets Manager Connection Plu
22
22
|`secrets_manager_secret_id`| String | Yes | Set this value to be the secret name or the secret ARN. |`secret_id`|`None`|
23
23
|`secrets_manager_region`| String | Yes unless the `secrets_manager_secret_id` is a Secret ARN. | Set this value to be the region your secret is in. |`us-east-2`|`us-east-1`|
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
+
|`secrets_manager_expiration`| int | No | Set this value to be the expiration time the secret is stored in the cache. If the value is -1, sets the expiration time to one year. | 500 |`-1`|
25
26
26
27
*NOTE* A Secret ARN has the following format: `arn:aws:secretsmanager:<Region>:<AccountId>:secret:Secre78tName-6RandomCharacters`
0 commit comments