{
  "source": {
    "role_arn": "",
    "secret_name": "",
    "secret_key": "access_token" //optional, in case the source of update is a specific secret key in the json formatted secret
  },
  "targets": [
    {
      "role_arn": "",
      "secret_name": "",
      "secret_key": "access_token" //optional, in case we need to update only a specific secret key in the json formatted secret
    }
  ]
}
