You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can consider dropping the Dict from the signature and just mentioning the SecretValue class to avoid overloading the reader. But in any case the current docs are just wrong and result in a jsii error if used as is.
The python documentation generated for this code:
is this:
Notice how it flattened the first struct argument, even though its not supposed to. The docs should instead be:
originally discussed here: aws/jsii#3883
The text was updated successfully, but these errors were encountered: