-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
aws_ssm: valueForSecureStringParameter is deprecated and the alternative isn't clearly documented #22593
Comments
Hi, noting that this is still an issue and that use of The cdk documentation page on getting SSM values, here doesn't mention that I'm struggling to find any documentation of how to properly use
|
Same, still not properly documented. Struggling to find any documentation on |
Actually I've figured it out so its in the Usage:
You can check out this link for the class and its methods within it. |
I would like to work on this issue as my first issue. It looks like we can add a link to reference the recommended CDK v2 replacement SecretValue.ssmSecure(). Here is the link that I found. Let me know if there is any concern or suggestion! |
|
Describe the issue
From here:
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.StringParameter.html#static-valuewbrforwbrsecurewbrstringwbrparameterscope-parametername-versionspan-classapi-icon-api-icon-deprecated-titlethis-api-element-is-deprecated-its-use-is-not-recommended%EF%B8%8Fspan
This text, for
valueForSecureStringParameter
:There's no mention of what
SecretValue.ssmSecure()
is, which module it belongs to or how to use it. The documentation should point properly point to a non-deprecated alternative.Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.StringParameter.html#static-valuewbrforwbrsecurewbrstringwbrparameterscope-parametername-versionspan-classapi-icon-api-icon-deprecated-titlethis-api-element-is-deprecated-its-use-is-not-recommended%EF%B8%8Fspan
The text was updated successfully, but these errors were encountered: