Skip to content

Instantly share code, notes, and snippets.

@Allan-Gong
Created September 27, 2024 02:42
Show Gist options
  • Save Allan-Gong/c3d5a459873bb72e8f535ddbc3ce646c to your computer and use it in GitHub Desktop.
Save Allan-Gong/c3d5a459873bb72e8f535ddbc3ce646c to your computer and use it in GitHub Desktop.
changeset for changing a rum application name
[
{
"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