Skip to content

Commit 88a7839

Browse files
authored
chore(ssm): fix removed API ParameterStoreString (#19585)
This PR replace `ParameterStoreString` to `StringParameter.fromStringParameterAttributes` in README. `ParameterStoreString` has been removed. ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [ ] Did you use `cdk-integ` to deploy the infrastructure and generate the snapshot (i.e. `cdk-integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent dab6aca commit 88a7839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-ssm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import * as ssm from '@aws-cdk/aws-ssm';
3030
## Using existing SSM Parameters in your CDK app
3131

3232
You can reference existing SSM Parameter Store values that you want to use in
33-
your CDK app by using `ssm.ParameterStoreString`:
33+
your CDK app by using `ssm.StringParameter.fromStringParameterAttributes`:
3434

3535
[using SSM parameter](test/integ.parameter-store-string.lit.ts)
3636

0 commit comments

Comments
 (0)