StringParameter.from_string_parameter_attributes returns 'Resource' instead of 'IStringParameter' #4982
Labels
@aws-cdk/aws-ssm
Related to AWS Systems Manager
bug
This issue is a bug.
language/python
Related to Python bindings
needs-triage
This issue or PR still needs to be triaged.
p0
After the 1.16.0 release of this morning the synthesizing of our infrastructure started failing.
It seems like the
StringParameter.from_string_parameter_attributes
method provides the wrong return type (it statesIStringParameter
but the actual type isResource
.Reproduction Steps
Error Log
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: