Created
September 27, 2024 02:42
-
-
Save Allan-Gong/c3d5a459873bb72e8f535ddbc3ce646c to your computer and use it in GitHub Desktop.
changeset for changing a rum application name
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type": "Resource", | |
"resourceChange": { | |
"policyAction": "ReplaceAndDelete", | |
"action": "Modify", | |
"logicalResourceId": "TestAppMonitor", | |
"physicalResourceId": "TestAppMonitor", | |
"resourceType": "AWS::RUM::AppMonitor", | |
"replacement": "True", | |
"scope": [ | |
"Properties" | |
], | |
"details": [ | |
{ | |
"target": { | |
"attribute": "Properties", | |
"name": "Name", | |
"requiresRecreation": "Always", | |
"path": "/Properties/Name", | |
"beforeValue": "TestAppMonitor", | |
"afterValue": "TestAppMonitor123", | |
"attributeChangeType": "Modify" | |
}, | |
"evaluation": "Static", | |
"changeSource": "DirectModification" | |
} | |
], | |
"beforeContext": "{\"Properties\":{\"Domain\":\"amazon.com\",\"Name\":\"TestAppMonitor\"}}", | |
"afterContext": "{\"Properties\":{\"Domain\":\"amazon.com\",\"Name\":\"TestAppMonitor123\"}}" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment