When using ssm to retrieve the value by string parameter name it fails.
param = ssm.StringParameter.from_string_parameter_name(
self,
"ssmParam",
string_parameter_name="parameterName",
)
'Resource' object has no attribute 'string_value'
{'__jsii_ref__': ObjRef(ref='@aws-cdk/core.Resource@10522', interfaces=['@aws-cdk/aws-ssm.IStringParameter'])}
This is :bug: Bug Report
Seems to be a duplicate of #4982
Closing as duplicate
Most helpful comment
Closing as duplicate