SecretsManagerClient.getSecret downloads a secret from AWS secrets manager.
Parameter | Type | Description |
---|
secretID | string | The ARN or name of the secret to retrieve. |
Returns
Type | Description |
---|
Secret | A Secret describing and holding the downloaded secret. |
Example