https://pulumi.com logo
Title
k

kind-jelly-61624

04/24/2023, 4:40 PM
What does mapCase mean in the pulumi aws schema?
"aws:iam/getPolicyDocumentStatementCondition:getPolicyDocumentStatementCondition": {
            "properties": {
                "test": {
                    "type": "string",
                    "language": {
                        "python": {
                            "mapCase": false
                        }
                    }
                },
e

echoing-dinner-19531

04/25/2023, 8:20 AM
Looking at the code, seems to do nothing. Probably just a legacy hint no longer in use.
k

kind-jelly-61624

04/26/2023, 4:05 PM
gotcha, thanks @echoing-dinner-19531!