Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question about AWSKMS shutdown function #3032

Open
isaac33zhang opened this issue Sep 21, 2023 · 0 comments
Open

A question about AWSKMS shutdown function #3032

isaac33zhang opened this issue Sep 21, 2023 · 0 comments
Labels
documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged.

Comments

@isaac33zhang
Copy link

Describe the issue

The AWSKMS has this shutdown function: https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/kms/AWSKMS.html#shutdown-- which "Shuts down this client object, releasing any resources that might be held open".
What resources are included?
If I have a AWSKMS client built with STSAssumeRoleSessionCredentialsProvider which opens a background thread to refresh credentials, does the shutdown function in AWSKMS close this thread?
Thanks!

Links

https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/kms/AWSKMS.html#shutdown--

@isaac33zhang isaac33zhang added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant