troposphere icon indicating copy to clipboard operation
troposphere copied to clipboard

SSO::PermissionSet InlinePolicy should be a json-string

Open mello7tre opened this issue 2 years ago • 0 comments

Hi, as for subject, looking at AWS specification: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-permissionset.html

SSO::PermissionSet InlinePolicy should be a json formatted string. Currently is defined as a dict and in the final template output (yaml) is formatted "like" a yaml "object".

Best solution should be to allow parsing it as dict but to dump it in final template output using json.dumps (dunno if this is possible...)

Regards, Alberto.

mello7tre avatar Apr 14 '23 08:04 mello7tre