What does mapCase mean in the pulumi aws schema? ...
# python
k
What does mapCase mean in the pulumi aws schema?
Copy code
"aws:iam/getPolicyDocumentStatementCondition:getPolicyDocumentStatementCondition": {
            "properties": {
                "test": {
                    "type": "string",
                    "language": {
                        "python": {
                            "mapCase": false
                        }
                    }
                },
e
Looking at the code, seems to do nothing. Probably just a legacy hint no longer in use.
k
gotcha, thanks @echoing-dinner-19531!