We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab6aca commit 88a7839Copy full SHA for 88a7839
packages/@aws-cdk/aws-ssm/README.md
@@ -30,7 +30,7 @@ import * as ssm from '@aws-cdk/aws-ssm';
30
## Using existing SSM Parameters in your CDK app
31
32
You can reference existing SSM Parameter Store values that you want to use in
33
-your CDK app by using `ssm.ParameterStoreString`:
+your CDK app by using `ssm.StringParameter.fromStringParameterAttributes`:
34
35
[using SSM parameter](test/integ.parameter-store-string.lit.ts)
36
0 commit comments