-
Notifications
You must be signed in to change notification settings - Fork 4k
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
SSM Overview references SecretString instead of SecureString Parameter Type #6039
Labels
@aws-cdk/aws-ssm
Related to AWS Systems Manager
docs/generated
Related to the generated API Reference documentation
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p1
Comments
stephendwu
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Jan 31, 2020
SomayaB
added
@aws-cdk/aws-ssm
Related to AWS Systems Manager
docs/generated
Related to the generated API Reference documentation
labels
Feb 4, 2020
Makes sense to me! |
MrArnoldPalmer
added
p1
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Feb 4, 2020
MrArnoldPalmer
added
chore
effort/small
Small work item – less than a day of effort
labels
Feb 12, 2020
I ran exactly into this issue
|
mergify bot
pushed a commit
that referenced
this issue
Sep 15, 2021
… SecureStrings cannot be created via CDK (#16228) ## Summary This PR updates the API docs for aws-ssm. - Corrects a typo in the aws-ssm `SecretString` -> `SecureString` - Adds a note to the `ParameterType.SecureString` enum that SecureStrings can not be created by a CDK app. Fixes: #6039 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-ssm
Related to AWS Systems Manager
docs/generated
Related to the generated API Reference documentation
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p1
https://docs.aws.amazon.com/cdk/api/latest/docs/aws-ssm-readme.html#creating-new-ssm-parameters-in-your-cdk-app
The sentence says:
This should say
SecureString
instead ofSecretString
.Would it also be possible to mention that a
SecureString
cannot be created from a CDK application in the enum too? https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-ssm.ParameterType.htmlThis is a 📕 documentation issue
The text was updated successfully, but these errors were encountered: